Files
infisical/frontend
mv-turtle dc76be3d22 Merge pull request #210 from Grraahaam/feat/translation-fr
feat: adding support for fr language 🌎🇫🇷
2023-01-12 16:10:02 -08:00
..
2022-11-17 17:54:35 -05:00
2022-11-17 17:54:35 -05:00
2022-12-10 09:28:19 -05:00
2023-01-11 01:30:15 +01:00
2022-12-04 08:32:33 +09:00
2022-12-11 15:02:15 +09:00

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:3000 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