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 c8af56a114 remove localeSwitch in favour of dynamic counting of number of locales 2020-10-23 20:24:26 +02:00
assets #63 locale switch 2020-09-29 16:27:37 +02:00
components remove localeSwitch in favour of dynamic counting of number of locales 2020-10-23 20:24:26 +02:00
layouts #58 spójniejsze podstrony 2020-09-24 21:38:15 +02:00
locale remove localeSwitch in favour of dynamic counting of number of locales 2020-10-23 20:24:26 +02:00
migrations #50 [card] pronoun cards - db schema 2020-10-16 14:43:47 +02:00
pages #54 user accounts - jwt, page 2020-10-13 21:49:08 +02:00
plugins #50 [card] pronoun cards - overview, multilingual support 2020-10-17 18:19:11 +02:00
routes #50 [card] pronoun cards - support cake links, ui improvements 2020-10-18 11:43:56 +02:00
server #50 [card] pronoun cards - api fixes 2020-10-16 23:46:49 +02:00
src remove localeSwitch in favour of dynamic counting of number of locales 2020-10-23 20:24:26 +02:00
static #50 [card] pronoun cards - display card 2020-10-16 20:17:50 +02:00
store #54 user accounts - use cookies, not localStorage (for SSR) 2020-10-15 19:23:53 +02:00
.env.dist #54 user accounts - admin panel 2020-10-15 20:55:24 +02:00
.gitignore #54 user accounts - jwt, page 2020-10-13 21:49:08 +02:00
Makefile #54 user accounts - jwt, page 2020-10-13 21:49:08 +02:00
README.md #54 user accounts - jwt, page 2020-10-13 21:49:08 +02:00
nuxt.config.js #50 [card] pronoun cards - display card 2020-10-16 20:17:50 +02:00
package.json #54 user accounts - avatars 2020-10-16 00:41:41 +02:00
yarn.lock #54 user accounts - avatars 2020-10-16 00:41:41 +02:00

README.md

Zaimki

Build Setup

# install dependencies
$ make install

# configure environment
$ nano .env
$ make switch LANG=pl

# serve with hot reload at localhost:3000
$ make run

# build for production and launch server
$ make deploy
$ nuxt start