https://github.com/dheavy/outrenuit-client
O U T R E N U I T - un outil d'analyse et d'explorations pour mon corpus de rêves transcrits / analysis and exploration tool for my transcripted dreams corpus (client)
https://github.com/dheavy/outrenuit-client
nuxt outrenuit-client
Last synced: 12 months ago
JSON representation
O U T R E N U I T - un outil d'analyse et d'explorations pour mon corpus de rêves transcrits / analysis and exploration tool for my transcripted dreams corpus (client)
- Host: GitHub
- URL: https://github.com/dheavy/outrenuit-client
- Owner: dheavy
- Created: 2020-05-03T11:20:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T16:33:12.000Z (about 6 years ago)
- Last Synced: 2025-02-08T11:36:12.033Z (over 1 year ago)
- Topics: nuxt, outrenuit-client
- Language: Vue
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# outrenuit-client
> Nuxt-based frontend for O U T R E N U I T (cf. https://github.com/dheavy/outrenuit-corpus)
## 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).