Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.67 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.67 KB

Open API GraphQL Build Status

💻 Development

Requirements:

  • yarn
  • docker
  • docker-compose

Clone the repository:

git clone [email protected]: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

🚀 Deployment

Clone the repository:

git clone [email protected]: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