Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 359 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 359 Bytes

Contributing

This doc describes how to build and develop this site

Clone source

$ git clone [email protected]:sprintseoul/sprintseoul.org.git
$ cd sprintseoul.org

Install modules

$ npm install

Run development server

$ npm run develop

Connect to the site

Run your browser and connect to http://localhost:8000/.