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 0d5317fa85 Merge branch 'rzeczowniki' into 'main'
Rzeczowniki

See merge request Avris/Zaimki!4
2020-10-14 19:13:06 +00:00
assets #63 locale switch 2020-09-29 16:27:37 +02:00
components Merge branch 'main' into rzeczowniki 2020-10-13 00:08:29 +02:00
layouts #58 spójniejsze podstrony 2020-09-24 21:38:15 +02:00
locale #70 [nouns][pl] /rzeczowniki progress 2020-10-13 17:44:36 +02:00
migrations #68 proper db migrations 2020-10-12 11:46:26 +02:00
pages #71 [bug] fix mixing plurality in templates 2020-10-12 23:32:10 +02:00
plugins #44 [pl] zaimki znanych osób - wip 2020-09-29 19:11:46 +02:00
routes Merge branch 'main' into rzeczowniki 2020-10-13 17:13:37 +02:00
server [bug][banners] fix banner after moving around files in /data 2020-10-13 08:41:42 +02:00
src Merge branch 'main' into rzeczowniki 2020-10-13 00:08:29 +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 #70 [nouns][pl] /rzeczowniki - rename routes, set up redirects 2020-10-12 16:41:25 +02:00
package.json #70 [nouns][pl] /rzeczowniki - rename routes, set up redirects 2020-10-12 16:41:25 +02:00
yarn.lock #70 [nouns][pl] /rzeczowniki - rename routes, set up redirects 2020-10-12 16:41:25 +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.