Custom site for SingaporeJS Meetup.
Bug reports, ideas and pull requests welcome.
git clone [email protected]:SingaporeJS/singaporejs.github.io.git
cd singaporejs.github.io
npm install
npm start # starts a development server on http://localhost:3000
npm install -g http-server # If you haven't already. For testing build.
npm run build # creates production build in ./build directory
cd build && http-server # test the build works by going to: http://localhost:8080
git add --force --all build # add ./build changes to repo. ./build is ignored by default hence --force --all.
git commit -m "[build] Update build."
npm run deploy # Pushes the build dir as master branch to github via scripts/deploy.sh.
ISC