Skip to content

sotm-asia/sotm-asia-2018-website

Repository files navigation

SOTM ASIA Website 2018

This repository is the source code for the landing page website http://stateofthemap.asia/.

Getting Started

npm install

After successfully installing, start the project by running

npm run start

After successfully running, view the project in the URL displayed. You can also use external URL for viewing in mobile phone for testing responsiveness.

[Browsersync] Access URLs:
 --------------------------------------
       Local: http://localhost:7777
    External: http://192.168.0.103:7777
 --------------------------------------
          UI: http://localhost:3001
 UI External: http://192.168.0.103:3001
 --------------------------------------

Making changes to css and js

Open _custom.scss under _sass folder and start adding your css codes.

Open main.js under _javascript folder and start adding your js codes.

Deploy

npm run deploy