Description
- rename all files and component's name:
$ ./install.sh
- duplicate
.env.example
file for each environment - rename it
.env.local
(.dev
,.production
and.staging
too) - update file for each environment
install npm packages
$ npm install
$ npm run layout
serve website
$ npm run serve
build website for staging
$ npm run staging
build website for production
$ npm run build
Reach out to me at one of the following places!
- Twitter at
@fcordillot
- MIT license
- Copyright 2019 © Florian Cordillot.