Skip to content

1nb-crew/edit-openapi

Repository files navigation

Setup for development

Install and setup Volta

https://volta.sh/

Volta is used as Node an NPM version manager. It'll update versions automatically when they are updated for the project, you don't need to manage those manually once volta is set up.

curl https://get.volta.sh | bash
volta install node

Install dependencies

npm install

Setup local environment variables

# Your can further customize the .env.local file as you wish
cp .env.local.example .env.local

Run the app in development mode

npm run dev