Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.19 KB

ARAMCON Badge Docs

License: CC BY-SA 4.0

Visit the docs: https://badge.a-combinator.com

Welcome!

The docs site is built using Docusaurus 2.

Online Development

You can open a development environment in your browser, without having to install anything on your computer. The development environment lets you quickly preview your changes, and even commit them to GitHub and create a pull request.

Local Development

You'll need node.js and yarn. Clone this repo to your computer, then install the dependencies:

yarn install

Start the local development server:

yarn start

This will also open up a browser window with the docs site. Most changes are reflected live without having to restart the server.