This website requires JavaScript.
Explore
Help
Sign In
icedream
/
vizon-countdown-website
Watch
1
Star
0
Fork
You've already forked vizon-countdown-website
0
Code
Issues
1
Pull Requests
Releases
Activity
93a86f8122
vizon-countdown-website
/
docker
/
web.sh
4 lines
49 B
Bash
Raw
Normal View
History
Unescape
Escape
Set up docker as development environment. - Docker will be used to provide a working stack with a MySQL server and phpMyAdmin as we're planning to rebuild the website to include results and winners from drawings. - Fix dependencies/devDependencies.
2017-08-22 20:20:58 +00:00
#!/bin/sh -e
Completely restructure all files to use Lerna, Webpack and Babel. We're completely moving away from nwb with this commit and fully set up on developing a backend and a frontend as two separate code bases.
2017-08-28 22:44:56 +00:00
npm install --unsafe-perm
Set up docker as development environment. - Docker will be used to provide a working stack with a MySQL server and phpMyAdmin as we're planning to rebuild the website to include results and winners from drawings. - Fix dependencies/devDependencies.
2017-08-22 20:20:58 +00:00
npm start