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 1e8d5ef2b4 [es][trans] 2020-12-26 00:10:21 +01:00
assets #146 dropdown for language selection 2020-12-21 20:37:16 +01:00
components add info about passwordless approach 2020-12-25 16:17:36 +01:00
layouts #115 [pl] formy omijające płeć 2020-11-29 11:03:15 +01:00
locale [es][trans] 2020-12-26 00:10:21 +01:00
migrations #150 [user] allow disabling gravatar 2020-12-24 13:00:37 +01:00
pages
plugins #140 [flags] more flags 2020-12-21 17:35:58 +01:00
routes #152 warning about generated forms 2020-12-25 16:05:28 +01:00
server #150 [user] allow disabling gravatar 2020-12-24 13:00:37 +01:00
src #152 warning about generated forms 2020-12-25 16:05:28 +01:00
static #140 [flags] more flags 2020-12-21 17:35:58 +01:00
store
.env.dist clean up .env.dist 2020-12-21 21:13:40 +01:00
.gitignore
Makefile
README.md
nuxt.config.js #147 move locales out of .env 2020-12-21 20:59:18 +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