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 1554e89e85 #94 [profile] better flags widget interface 2020-11-09 22:13:18 +01:00
assets [profile] pronoun validation 2020-11-05 14:06:47 +01:00
components #94 [profile] better flags widget interface 2020-11-09 22:13:18 +01:00
layouts #50 pronouns cards - delete 2020-10-24 22:32:12 +02:00
locale #94 [profile] better flags widget interface 2020-11-09 22:13:18 +01:00
migrations #61 [english] wip 2020-10-31 13:10:25 +01:00
pages #80 language picker / entry domain 2020-10-28 16:22:29 +01:00
plugins #74 social login 2020-11-02 19:31:05 +01:00
routes #91 fix miscommit 2020-11-09 21:42:46 +01:00
server [sources] generate default id 2020-11-09 15:39:18 +01:00
src #91 [sources] autosorting of sources 2020-11-09 20:13:14 +01:00
static [flags] 2020-11-08 12:53:20 +01:00
store #54 user accounts - use cookies, not localStorage (for SSR) 2020-10-15 19:23:53 +02:00
.env.dist #74 social login 2020-11-02 19:31:05 +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 [profile] consistent editor routes across locales 2020-11-03 23:11:01 +01:00
package.json #74 social login 2020-11-02 19:31:05 +01:00
yarn.lock #74 social login 2020-11-02 19:31:05 +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