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 7ac9348396 #54 user accounts - test login 2020-10-15 18:50:05 +02:00
assets #63 locale switch 2020-09-29 16:27:37 +02:00
components Merge branch 'main' into accounts 2020-10-14 21:58:40 +02:00
layouts #58 spójniejsze podstrony 2020-09-24 21:38:15 +02:00
locale Merge branch 'main' into accounts 2020-10-15 15:39:04 +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 Merge branch 'main' into accounts 2020-10-14 21:58:40 +02:00
server #54 user accounts - test login 2020-10-15 18:50:05 +02:00
src Merge branch 'main' into accounts 2020-10-14 21:58:40 +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 Merge branch 'main' into accounts 2020-10-14 21:58:40 +02:00
package.json Merge branch 'main' into accounts 2020-10-14 21:58:40 +02:00
yarn.lock Merge branch 'main' into accounts 2020-10-14 21:58:40 +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