Official website and documentation for AsteroidOS
Assemble and Grunt are used to build the site. To get started:
- Make sure you have the following installed:
- Run:
git clone https://github.com/AsteroidOS/asteroidos.org.git # Clone this repository cd asteroidos.org # Go to the root of the repo npm install # Install dependencies npx grunt # Build the site (If your npm version is so old that it doesn't support npx, run `npm i -g grunt` followed by `grunt` instead)
If all worked properly, you should have your website ready in an _asteroidos.org
folder
This website is a fork of lesscss.org
Copyright (c) 2017, Florent Revest, Alexis Sellier, Less Core Team, Contributors Content released under Creative Commons. Source code released under the MIT License.