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 58a3c699ee [pl] Update translations.suml 2021-09-18 08:57:03 +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 [nav][bug] disabled options showing up on mobile 2021-09-14 20:42:15 +02:00
layouts
locale [pl] Update translations.suml 2021-09-18 08:57:03 +00:00
migrations Merge branch 'main' into reorganising 2021-08-30 12:10:12 +02:00
pages
plugins #263 expand links in cards 2021-09-07 17:37:24 +02:00
routes [calendar] link to the bot 2021-09-16 14:19:24 +02:00
server [calendar] fix rel location 2021-09-16 13:28:10 +02:00
src #249 [calendar] twitter bot 2021-09-16 12:52:10 +02:00
static [calendar] update banners 2021-09-14 17:45:20 +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 - fix the damn copyright field 2021-09-12 22:06:52 +02:00
Makefile
README.md new license and terms of service 2021-09-07 20:01:52 +02:00
nuxt.config.js new license and terms of service 2021-09-07 20:01:52 +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