Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 338 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 338 Bytes

nethruster-website

nethruster.com source

Final versions are merged into the main branch, development progress is pushed to the dev branch first.

# install dependencies
npm install

# start development with hot reload at localhost:8080
npm start

# build for production with minification and autoprefixer
webpack -p