- yarn
- docker
- docker-compose
Clone the repository:
git clone git@github.com:openapi/openapi.git
Copy .env.example
:
cp .env.example .env
Fill 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.git
Copy .env.example
:
cp .env.example .env
Fill the .env
with api keys you obtained from relevant plugins
Start the project in background
docker-compose up --build -d