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 4bbdce77e4 #247 [calendar] ics - add all-time, just-one-event, add clipboard button 2021-10-27 21:00:45 +02:00
assets [contact] make the link to the team page bigger 2021-10-25 13:14:49 +02:00
components #247 [calendar] ics - add all-time, just-one-event, add clipboard button 2021-10-27 21:00:45 +02:00
layouts
locale #247 [calendar] ics - add all-time, just-one-event, add clipboard button 2021-10-27 21:00:45 +02: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 #247 [calendar] ics - add all-time, just-one-event, add clipboard button 2021-10-27 21:00:45 +02:00
server #247 [calendar] ics - add all-time, just-one-event, add clipboard button 2021-10-27 21:00:45 +02:00
src #247 [calendar] ics - add all-time, just-one-event, add clipboard button 2021-10-27 21:00:45 +02:00
static [flgas] 2021-10-22 12:43:00 +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 #247 [calendar] ics - add all-time, just-one-event, add clipboard button 2021-10-27 21:00:45 +02:00
yarn.lock #247 [calendar] ics 2021-10-26 23:09:02 +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