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 8afc6fa1d4 [en] Update events.js 2021-09-17 23:27:23 +00:00
assets
components [nav][bug] disabled options showing up on mobile 2021-09-14 20:42:15 +02:00
layouts
locale [en] Update events.js 2021-09-17 23:27:23 +00:00
migrations
pages
plugins
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
.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