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 4329a9f042 [flags] fix capitalisation 2020-12-11 19:15:36 +01:00
assets bigger scroll-padding-top 2020-12-06 23:21:45 +01:00
components #128 [bug] fix: polish flags break english profiles 2020-12-11 18:04:44 +01:00
layouts #115 [pl] formy omijające płeć 2020-11-29 11:03:15 +01:00
locale [flags] fix capitalisation 2020-12-11 19:15:36 +01:00
migrations [flags] fix capitalisation 2020-12-11 19:15:36 +01:00
pages #95 [refactor] rename "template" to "pronoun" 2020-11-11 00:47:44 +01:00
plugins #112 [flags][pl] tłumaczenie flag - sortowanie i filtrowanie po przetłumaczonym 2020-12-09 00:04:42 +01:00
routes #128 [bug] fix: polish flags break english profiles 2020-12-11 18:04:44 +01:00
server better presentation of they/them 2020-12-10 16:23:39 +01:00
src better presentation of they/them 2020-12-10 16:23:39 +01:00
static [flags] fix capitalisation 2020-12-11 19:15:36 +01:00
store #54 user accounts - use cookies, not localStorage (for SSR) 2020-10-15 19:23:53 +02:00
.env.dist add aws to .env.dist 2020-11-28 16:53:16 +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 #112 [flags] sort flags by display name, not key 2020-12-08 20:42:56 +01:00
package.json #126 [bug] cannot link to 🐿 emojiself in profile 2020-12-06 16:56:46 +01:00
yarn.lock #90 pronunciation 2020-11-28 16:52:48 +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