Files
infisical/frontend
Maidul Islam 4d8965eb82 Merge pull request #1762 from Infisical/groups-phase-2c
Groups Phase 2B (Trust external SAML/LDAP email option, email verification, SCIM user ID ref update)
2024-05-06 23:27:50 -04:00
..
2023-10-24 10:38:08 -04:00
2024-04-28 19:36:14 -07:00
2024-03-18 16:07:49 +01:00
2023-10-24 10:38:08 -04:00
2024-04-05 17:25:25 -07:00
2023-10-14 12:54:26 +05:30

This is the client repository for Infisical.

Before you get started with development locally

Please ensure you have Docker and Docker Compose installed for your OS.

Steps to start server

  • CD into the repo
  • run command docker-compose -f docker-compose.dev.yml up --build --force-recreate
  • Visit localhost:8080 and the website should be live

Steps to shutdown this Docker compose

  • CD into this repo
  • run command docker-compose -f docker-compose.dev.yml down

Notes

Any changes made to local files in the /components, /pages, /styles will be hot reloaded. If would like like to watch for other files or folders live, please add them to the docker volume.

You will also need to ensure that a .env.local file exists with all required environment variables