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 63c006f1f8 #70 [nouns][pl] /rzeczowniki - backlinks 2020-10-12 21:26:50 +02:00
assets #63 locale switch 2020-09-29 16:27:37 +02:00
components #70 [nouns][pl] /rzeczowniki - backlinks 2020-10-12 21:26:50 +02:00
layouts #58 spójniejsze podstrony 2020-09-24 21:38:15 +02:00
locale #70 [nouns][pl] /rzeczowniki - backlinks 2020-10-12 21:26:50 +02:00
migrations #68 proper db migrations 2020-10-12 11:46:26 +02:00
pages #69 organise locales in directories 2020-10-12 15:49:33 +02:00
plugins #44 [pl] zaimki znanych osób - wip 2020-09-29 19:11:46 +02:00
routes #70 [nouns][pl] /rzeczowniki - backlinks 2020-10-12 21:26:50 +02:00
server #68 proper db migrations 2020-10-12 11:46:26 +02:00
src #70 [nouns][pl] /rzeczowniki - osobatywy, dukatywy, neutratywy 2020-10-12 20:28:20 +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.