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
Paweł Dembowski b7465d7267 [de] Update translations.suml 2021-10-01 21:14:43 +00:00
assets [nouns][terminology][inclusive] clean up nouns images, terminology & inclusive position (not inside nouns anymore) 2021-08-28 23:44:30 +02:00
components [nouns] reorganise nullpronominal 2021-09-28 21:34:25 +02:00
layouts #220 [profile] card images - fixes 2021-07-10 19:02:08 +02:00
locale [de] Update translations.suml 2021-10-01 21:14:43 +00:00
migrations [names] #265 move names to db 2021-09-25 14:55:53 +02:00
pages #95 [refactor] rename "template" to "pronoun" 2020-11-11 00:47:44 +01:00
plugins [dev] disable matomo on dev 2021-09-25 14:56:05 +02:00
routes [nouns] reorganise nullpronominal 2021-09-28 21:34:25 +02:00
server [names][calendar] #265 add calendar entries for namedays (disabled) 2021-09-25 16:25:40 +02:00
src [nouns] reorganise nullpronominal 2021-09-28 21:34:25 +02:00
static reorganise docs into docs-local 2021-09-30 18:34:22 +02:00
store #85 universal login across locales - attempt 2021-08-22 23:53:22 +02:00
.env.dist #249 [calendar] twitter bot 2021-09-16 12:52:10 +02:00
.gitignore [calendar] update banners 2021-09-14 17:45:20 +02:00
LICENSE.md [license] change back the damn name 2021-09-21 20:44:42 +02:00
Makefile reorganise docs into docs-local 2021-09-30 18:34:22 +02:00
README.md new license and terms of service 2021-09-07 20:01:52 +02:00
nuxt.config.js [nouns] reorganise nullpronominal 2021-09-28 21:34:25 +02:00
package.json #249 [calendar] twitter bot 2021-09-16 12:52:10 +02:00
yarn.lock #249 [calendar] twitter bot 2021-09-16 12:52:10 +02:00

README.md

Zaimki.pl / Pronouns.page

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

See LICENSE