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 c2b3c7ad5f Update events.js 2021-10-15 17:16:21 +00:00
assets
components [terminology] fix category name setting filter 2021-10-15 19:09:43 +02:00
layouts
locale Update events.js 2021-10-15 17:16:21 +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 #270 [terminology] link to calendar 2021-10-15 18:26:21 +02:00
server #271 regenerate cards on username/avatar change 2021-10-15 16:15:13 +02:00
src #270 [terminology] link to calendar 2021-10-15 18:26:21 +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