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 083524fd13 [pl][faq] zmyślone -> wymyślone 2021-10-28 08:36:30 +02:00
assets [contact] make the link to the team page bigger 2021-10-25 13:14:49 +02:00
components #247 [calendar] ics - hide download button where unnecessary 2021-10-27 21:39:56 +02:00
layouts #220 [profile] card images - fixes 2021-07-10 19:02:08 +02:00
locale [pl][faq] zmyślone -> wymyślone 2021-10-28 08:36:30 +02:00
migrations [en][terminology] add migration 2021-10-14 23:48:22 +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 #247 [calendar] ics - hide download button where unnecessary 2021-10-27 21:39:56 +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 #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 #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