You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-infisical/frontend
Vladyslav Matsiiako aadd964409
Fix the deployment issue
1 year ago
..
.storybook feat(ui): added new components empty state and skeleton 1 year ago
public Animated menu icons 1 year ago
scripts update variable to check telemetry 1 year ago
src Fix the deployment issue 1 year ago
.dockerignore Add frontend, backend and CLI 2 years ago
.eslintrc.js Finish preliminary backwards-compatible transition from user encryption scheme v1 to v2 with argon2 and protected key 1 year ago
.gitignore fix(frontend): provided href invalid error 1 year ago
.prettierrc chore(frontend): fixed all eslint errors 1 year ago
Dockerfile Adding automatic linter for checking commit 1 year ago
Dockerfile.dev Adding automatic linter for checking commit 1 year ago
README.md Fix typo in readme 2 years ago
next-env.d.ts Converted Button component to typescript (#47) 2 years ago
next-i18next.config.js Resolve merge conflicts 1 year ago
next.config.js Finish preliminary backwards-compatible transition from user encryption scheme v1 to v2 with argon2 and protected key 1 year ago
package-lock.json Animated menu icons 1 year ago
package.json Animated menu icons 1 year ago
postcss.config.js lint(frontend): apply two space instead of tab 2 years ago
tailwind.config.js feat(ui): implemented the new dashboard page 1 year ago
tsconfig.json Resolve merge conflicts 1 year ago

README.md

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