gpchelkin / asteroidos.org

AsteroidOS official website. Built using Assemble, Grunt, Bootstrap and Less.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asteroidos.org

Official website and documentation for AsteroidOS

Quickstart

Assemble and Grunt are used to build the site. To get started:

  1. Make sure you have the following installed:
  2. 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

License

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.

About

AsteroidOS official website. Built using Assemble, Grunt, Bootstrap and Less.

License:Other


Languages

Language:Less 31.6%Language:JavaScript 30.2%Language:Handlebars 27.3%Language:CSS 11.0%