https://github.com/codybontecou/summoner.school
https://github.com/codybontecou/summoner.school
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codybontecou/summoner.school
- Owner: CodyBontecou
- Created: 2021-04-05T00:12:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T22:19:43.000Z (about 4 years ago)
- Last Synced: 2024-12-29T10:33:46.535Z (5 months ago)
- Language: Vue
- Size: 7.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# summoner.school
I decided to take [The Learn Startup](http://theleanstartup.com/) approach to validating an app idea that I have.
This code is currently being hosted on Netlify at [summonerschool.netlify.app](https://summonerschool.netlify.app).## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).