Fork of https://gitlab.com/Avris/Zaimki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
assets | 9 months ago | |
census | 11 months ago | |
components | 10 months ago | |
layouts | 1 year ago | |
locale | 9 months ago | |
migrations | 10 months ago | |
moderation | 9 months ago | |
pages | 2 years ago | |
plugins | 11 months ago | |
routes | 10 months ago | |
server | 9 months ago | |
src | 10 months ago | |
static | 10 months ago | |
store | 1 year ago | |
.env.dist | 12 months ago | |
.gitignore | 9 months ago | |
LICENSE.md | 12 months ago | |
Makefile | 12 months ago | |
README.md | 12 months ago | |
nuxt.config.js | 11 months ago | |
package.json | 9 months ago | |
yarn.lock | 9 months ago |
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
Copyright
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!]