- yarn
- docker
- docker-compose
Clone the repository:
git clone git@github.com:openapi/openapi.gitCopy .env.example:
cp .env.example .envFill the .env with api keys you obtained from relevant plugins
Start api and all of it's dependencies in development mode:
yarn dev
Clone the repository:
git clone git@github.com:openapi/openapi.gitCopy .env.example:
cp .env.example .envFill the .env with api keys you obtained from relevant plugins
Start the project in background
docker-compose up --build -d