https://github.com/stormwarning/devedmonton
Prototype for devedmonton.com website
https://github.com/stormwarning/devedmonton
Last synced: 4 months ago
JSON representation
Prototype for devedmonton.com website
- Host: GitHub
- URL: https://github.com/stormwarning/devedmonton
- Owner: stormwarning
- Created: 2019-08-22T21:05:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T02:51:26.000Z (over 6 years ago)
- Last Synced: 2025-04-07T13:11:13.189Z (about 1 year ago)
- Language: Vue
- Homepage: https://devedmonton.netlify.com/
- Size: 347 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devedmonton
> Fostering a stronger software development community in Edmonton.
## Build Setup
``` bash
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).