Develop and run server on Linux based OS.
Make sure you have nodejs and npm.
To install required modules, run npm install in command line.
npm run build 執行build server(have to run pug and scss first)
npm run pug 編譯pug成html
npm run scss 編譯scss成css
npm run preview 執行預覽用http-server(不會做爬蟲,只有前端)
see /log/meetup for more detils