hmsk / stakes.social

🥨Stakes.social

Home Page:https://stakes.social

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stakes.social

how to run on local

# install npm packages
$ yarn

# build deps
$ yarn build

# web run
$ yarn workspace @dev/web start:dev

how to update locale files

  1. you add some files and codes in packages/i18n/src/locales/xxxx

  2. run next commnad

> yarn workspace @dev/i18n build

When you run this command, somefiles such as packages/web/public/locales/{en|jp}/xxxx.json will be generated automatically.

About

🥨Stakes.social

https://stakes.social

License:Mozilla Public License 2.0


Languages

Language:TypeScript 99.0%Language:JavaScript 0.7%Language:Less 0.2%Language:Dockerfile 0.1%