This guide will help you set up and run the Infisical platform in local development.
Fork the repository to your own GitHub account and then clone it to your local device.
Once, you’ve done that, create a new branch:
Start by creating a .env file at the root of the Infisical directory then copy the contents of the file linked here. View all available environment variables and guidance for each.
We use Docker to spin up all required services for Infisical in local development. If you are unfamiliar with Docker, don’t worry, all you have to do is install Docker for your machine and run the command below to start up the development server.
Once all the services have spun up, browse to http://localhost:8080.
We use Mintlify for our docs.
or
Go to docs
directory and run mintlify dev
. This will start up the docs on localhost:3000
This guide will help you set up and run the Infisical platform in local development.
Fork the repository to your own GitHub account and then clone it to your local device.
Once, you’ve done that, create a new branch:
Start by creating a .env file at the root of the Infisical directory then copy the contents of the file linked here. View all available environment variables and guidance for each.
We use Docker to spin up all required services for Infisical in local development. If you are unfamiliar with Docker, don’t worry, all you have to do is install Docker for your machine and run the command below to start up the development server.
Once all the services have spun up, browse to http://localhost:8080.
We use Mintlify for our docs.
or
Go to docs
directory and run mintlify dev
. This will start up the docs on localhost:3000