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 7aeb83fde3 #68 proper db migrations 2020-10-12 11:46:26 +02:00
assets #63 locale switch 2020-09-29 16:27:37 +02:00
components fix vue :key requirement 2020-10-10 22:42:16 +02:00
layouts #58 spójniejsze podstrony 2020-09-24 21:38:15 +02:00
locale [contact] sybilla pronouns 2020-10-11 17:39:24 +02:00
migrations #68 proper db migrations 2020-10-12 11:46:26 +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 #68 proper db migrations 2020-10-12 11:46:26 +02:00
server #68 proper db migrations 2020-10-12 11:46:26 +02:00
src minor fixes 2020-10-10 00:39:34 +02:00
static #52 [pl] imiona 2020-09-29 17:59:23 +02:00
.env.dist #35 [neutratywy] powiadomienia mailowe o potrzebie moderacji 2020-08-06 16:33:16 +02:00
.gitignore #68 proper db migrations 2020-10-12 11:46:26 +02:00
Makefile #68 proper db migrations 2020-10-12 11:46:26 +02:00
README.md #59 locale switch 2020-09-28 20:11:51 +02:00
nuxt.config.js #66 [pl] FAQ 2020-10-10 18:31:31 +02:00
package.json #59 suml loader 2020-09-28 14:12:20 +02:00
yarn.lock #59 suml loader 2020-09-28 14:12:20 +02:00

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.