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 f86bc1d02b #54 user accounts - login/registration flow 2020-10-14 21:49:18 +02:00
assets #63 locale switch 2020-09-29 16:27:37 +02:00
components translation params 2020-10-14 21:48:57 +02:00
layouts #58 spójniejsze podstrony 2020-09-24 21:38:15 +02:00
locale #54 user accounts - login/registration flow 2020-10-14 21:49:18 +02:00
migrations #54 user accounts - login/registration flow 2020-10-14 21:49:18 +02:00
pages #54 user accounts - jwt, page 2020-10-13 21:49:08 +02:00
plugins #44 [pl] zaimki znanych osób - wip 2020-09-29 19:11:46 +02:00
routes #54 user accounts - login/registration flow 2020-10-14 21:49:18 +02:00
server #54 user accounts - login/registration flow 2020-10-14 21:49:18 +02:00
src translation params 2020-10-14 21:48:57 +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 #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 #54 user accounts - jwt, page 2020-10-13 21:49:08 +02:00
package.json #54 user accounts - jwt, page 2020-10-13 21:49:08 +02:00
yarn.lock #54 user accounts - jwt, page 2020-10-13 21:49:08 +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