Table of Contents
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
Node.js
https://nodejs.org/en/download/
-
PNPM
npm install pnpm -g
-
Docker
https://www.docker.com/get-started/
Clone the repo
git clone https://github.com/entria/woovi-playground.git
-
Install packages
pnpm install
-
Run the container(or stop it, if necessary):
pnpm compose:up
-
Setup Configuration
pnpm config:local
-
Run the relay
pnpm relay
-
Run the Project
pnpm dev
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature
) - Commit your Changes (
git commit -m 'feat(amazing-feature): my feature is awesome'
) - Push to the Branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Project Link: https://github.com/entria/woovi-playground