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
Andrea 195bb48831 Merge branch 'tokfm' 2022-04-26 20:53:40 +02:00
assets icons - just use the solid set 2022-04-23 23:10:23 +02:00
census
components [card] verified links - provide explanation 2022-04-24 11:09:46 +02:00
layouts
locale Merge branch 'tokfm' 2022-04-26 20:53:40 +02:00
migrations
pages
plugins [bug] somehow "=" starts getting added to hashes, add some quick handling 2022-04-26 20:53:15 +02:00
routes [pl][spis] raport 2022 2022-04-17 19:30:18 +02:00
server [census] only export relevant 2022-04-23 20:01:07 +02:00
src [auth] indieauth add shield mark 2022-04-23 23:04:28 +02:00
static [user] indieauth 2022-04-23 01:48:40 +02:00
store
.env.dist
.gitignore
LICENSE.md
Makefile
README.md
nuxt.config.js
package.json [user] indieauth 2022-04-23 01:48:40 +02:00
yarn.lock [user] indieauth 2022-04-23 01:48:40 +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

Development Documentation

Read https://en.pronouns.page/new-version When you add a new language, remember to modify the file ./src/locales.js to add your language. true means the translation is finished and published, so you'll probably want to go with false.
If you're having problems using Yarn, npm is probably fine, but remember to switch any yarn [x] commands for npm run [x]
Remember to modify the ./.env file. You don't really need to set up any external APIs, just make up a secret. In order to test the login system, you can type in an email followed by a + (example@pronouns.page+). This way, you won't need a mailer, as the code will always be 999999. This feature is exclusive to development builds.

Current translations being worked on

  • Catalan - @peiprjs
  • [Add yours!]