Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 533 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 533 Bytes

15x4 Karachi Homepage

Served on https://15x4karachi.netlify.com

How to update website or make changes?

  • Install locally and make changes
  • Create a pull request to master branch
  • Merge pull request
  • Automatic build will update page on netlify.com hosting

How to run locally?

Clone this repository locally and run:

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

For detailed explanation on how things work, checkout Nuxt.js docs.