ongmin / singaporejs.github.io

SingaporeJS website

Home Page:https://singaporejs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SingaporeJS Website

Custom site for SingaporeJS Meetup.

image

Instructions

Bug reports, ideas and pull requests welcome.

Developing

git clone git@github.com:SingaporeJS/singaporejs.github.io.git
cd singaporejs.github.io
npm install
npm start # starts a development server on http://localhost:3000

Deploy

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. 

License

ISC

About

SingaporeJS website

https://singaporejs.github.io


Languages

Language:JavaScript 79.0%Language:CSS 13.4%Language:HTML 5.1%Language:AppleScript 1.8%Language:Shell 0.7%