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 9a49ea3be2 [de] Update translations.suml 2021-10-18 01:52:49 +00:00
assets
components [terminology] fix category name setting filter 2021-10-15 19:09:43 +02:00
layouts
locale [de] Update translations.suml 2021-10-18 01:52:49 +00:00
migrations [en][terminology] add migration 2021-10-14 23:48:22 +02:00
pages
plugins [dev] disable matomo on dev 2021-09-25 14:56:05 +02:00
routes [faq] link to FAQ on the contact page 2021-10-16 18:42:35 +02:00
server [terminology] script to copy flags and images from polish 2021-10-15 22:20:37 +02:00
src [terminology][calendar] sort events 2021-10-15 21:49:49 +02:00
static reorganise docs into docs-local 2021-09-30 18:34:22 +02:00
store
.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
nuxt.config.js #266 [calendar] replace calendarWide with ?layout=basic 2021-10-03 16:57:15 +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