This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Avris ec0db91ba9 [sources][pl] krem,bex 2020-10-08 20:05:04 +02:00
assets #63 locale switch 2020-09-29 16:27:37 +02:00
components twitter @neutratywy 2020-10-06 00:15:05 +02:00
layouts
locale [sources][pl] krem,bex 2020-10-08 20:05:04 +02:00
pages #65 info about the group on pronoun page 2020-10-05 14:57:17 +02:00
plugins #44 [pl] zaimki znanych osób - wip 2020-09-29 19:11:46 +02:00
routes #65 info about the group on pronoun page 2020-10-05 14:57:17 +02:00
server
src [sources][pl] krem,bex 2020-10-08 20:05:04 +02:00
static #52 [pl] imiona 2020-09-29 17:59:23 +02:00
.env.dist
.gitignore
Makefile
README.md
nuxt.config.js #44 [pl] zaimki znanych osób - wip 2020-09-29 19:11:46 +02:00
package.json
yarn.lock

README.md

Zaimki

Build Setup

# install dependencies
$ yarn install

# configure environment
$ cp .env.dist .env
$ nano .env
$ make switch LANG=pl
$ node server/initDb.js

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