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 cd29ad11b6 [pl] fix links to /słowniki 2020-12-22 14:40:07 +01:00
assets #146 dropdown for language selection 2020-12-21 20:37:16 +01:00
components [bug] fix cannot delete profile 2020-12-22 13:46:12 +01:00
layouts #115 [pl] formy omijające płeć 2020-11-29 11:03:15 +01:00
locale [pl] fix links to /słowniki 2020-12-22 14:40:07 +01:00
migrations #145 [terms] flags in glossary 2020-12-21 19:33:41 +01:00
pages
plugins #140 [flags] more flags 2020-12-21 17:35:58 +01:00
routes [admin] filter users 2020-12-22 11:05:33 +01:00
server #147 move locales out of .env 2020-12-21 20:59:18 +01:00
src #144 [es] allow /=.../ convention for pronunciation (no IPA) 2020-12-22 11:18:52 +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