Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
/ twibi Public archive

Cross Twitch & and social network system, with notifications, chatbots & more...

License

Notifications You must be signed in to change notification settings

cchampou/twibi

Repository files navigation

Twibi

CI codecov

Cross Twitch & and social network system, with notifications, chatbots & more...


Prerequisite

To run development environment of Twibi, you need:

  • NodeJS >= 14
  • Docker

First you need to create a local configuration. Use the file .env.local, and fill it with your values.

Then you need to start a development database. Use

docker-compose up dev-database

Install node_modules

yarn install
# or
npm install

💡 I suggest using Yarn, this is what I use on a daily basis

Then, you need to start a build server, with watchers on.

yarn build:dev

Finally, you can start a dev server with watchers on.

yarn start:dev

Happy coding 🎉