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 a14ce8e876 Merge branch 'multi' into 'main'
Multi language support

See merge request Avris/Zaimki!2
2020-09-28 18:31:22 +00:00
assets #58 spójniejsze podstrony 2020-09-24 21:38:15 +02:00
components #59 multilingual support - routing, fixes 2020-09-28 19:22:36 +02:00
layouts #58 spójniejsze podstrony 2020-09-24 21:38:15 +02:00
locale/pl #59 localisation fixes 2020-09-28 20:28:00 +02:00
pages #59 localisation fixes 2020-09-28 20:28:00 +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 #59 multilingual support - morphemes 2020-09-28 19:32:05 +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 #59 multilingual support - routing, fixes 2020-09-28 19:22:36 +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.