An open API service indexing awesome lists of open source software.

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)

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).