https://github.com/ryan-haskell/lara
a website built with nuxt and netlify cms
https://github.com/ryan-haskell/lara
netlify-cms nuxt sass
Last synced: 3 months ago
JSON representation
a website built with nuxt and netlify cms
- Host: GitHub
- URL: https://github.com/ryan-haskell/lara
- Owner: ryan-haskell
- Created: 2018-08-19T23:33:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T23:09:21.000Z (almost 7 years ago)
- Last Synced: 2025-03-19T17:48:59.613Z (3 months ago)
- Topics: netlify-cms, nuxt, sass
- Language: CSS
- Homepage: https://lara-studios.netlify.com
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lara
> anything can happen.
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).