This website is the home for CEV autonomy.
npm install -g uglify-js
brew install lessc # for macOS, use equivalent for your platform
- Run
make
to start the web server. - Navigate to
localhost:8005
(preferably from a private window to avoid caching). - Terminate the server with CTRL-C.
First, clone the repository. You should be developing locally only because of the static site generation.
To write a new page, create a Javascript file under src/js/page/
.
You may use src/js/page/index.js
as a reference.
HTML includes should be placed under src/html/
.
Before you commit your changes, run make src
to generate the static site, e.g., minified Javascript and CSS code.