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 b4cce45ce7 #63 locale switch - fix miscommit 2020-09-29 16:31:44 +02:00
assets #63 locale switch 2020-09-29 16:27:37 +02:00
components #63 locale switch 2020-09-29 16:27:37 +02:00
layouts #58 spójniejsze podstrony 2020-09-24 21:38:15 +02:00
locale #63 locale switch - fix miscommit 2020-09-29 16:31:44 +02:00
pages #61 english version - wip 2020-09-29 15:36:49 +02:00
plugins #59 multilingual support - configs 2020-09-28 18:30:35 +02:00
routes #59 multilingual support - routing, fixes 2020-09-28 19:22:36 +02:00
server #59 multilingual support - routing, fixes 2020-09-28 19:22:36 +02:00
src #63 locale switch 2020-09-29 16:27:37 +02:00
static include zaimki.pl in nouns banner 2020-09-22 17:20:21 +02:00
.env.dist #35 [neutratywy] powiadomienia mailowe o potrzebie moderacji 2020-08-06 16:33:16 +02:00
.gitignore #59 move strings to translations, use symlink to select locale 2020-09-28 17:51:26 +02:00
Makefile #59 locale switch 2020-09-28 20:11:51 +02:00
README.md #59 locale switch 2020-09-28 20:11:51 +02:00
nuxt.config.js #61 english version - wip 2020-09-29 15:36:49 +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.