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

nethruster/nethruster-www

Repository files navigation

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