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 eb3324018d #199 deduplicate email attempts 2021-04-13 11:29:46 +02:00
assets #185 [blog] better visibility of the "blog" section 2021-03-05 17:32:06 +01:00
components #197 [bug] fix xss 2021-04-12 16:44:33 +02:00
layouts #169 Bootstrap 5 [wip] 2021-01-22 23:54:24 +01:00
locale Update locale/pl/pronouns/pronouns.tsv 2021-04-12 10:26:44 +00:00
migrations #199 deduplicate email attempts 2021-04-13 11:29:46 +02:00
pages #95 [refactor] rename "template" to "pronoun" 2020-11-11 00:47:44 +01:00
plugins #196 [admin] add charts to admin panel 2021-04-09 00:43:57 +02:00
routes clean up old debug code 2021-04-12 13:58:21 +02:00
server #199 deduplicate email attempts 2021-04-13 11:29:46 +02:00
src #199 deduplicate email attempts 2021-04-13 11:29:46 +02:00
static Merge branch 'license' into main 2021-04-08 17:42:41 +02:00
store #154 [zh] traditional/simplified switch 2020-12-27 17:52:21 +01:00
.env.dist clean up .env.dist 2020-12-21 21:13:40 +01: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 revert a terrible mistake 😅 2021-04-03 22:16:05 +02:00
package.json #169 RTL support 2021-03-02 11:24:43 +01:00
yarn.lock #169 RTL support 2021-03-02 11:24:43 +01: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