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
Akhil Mohan 4aacbed28b
feat(onboarding): added signup disable for sso and post hog event on admin initalization
6 months ago
..
.storybook feat(ui): added pagination component 9 months ago
cypress adding cypress test 7 months ago
public feat(onboarding): frontend for onboarding users 6 months ago
scripts set telemetry post frontend build in standalone docker img 7 months ago
src feat(onboarding): added signup disable for sso and post hog event on admin initalization 6 months ago
.dockerignore Add frontend, backend and CLI 1 year ago
.eslintrc.js Merge pull request #1107 from Infisical/cypress 7 months ago
.gitignore fix(frontend): provided href invalid error 1 year ago
.prettierrc Add eslint rule and fix as many issues as possible 11 months ago
Dockerfile remove unrelated changes 7 months ago
Dockerfile.dev Adding automatic linter for checking commit 1 year ago
README.md fix(ui): fixed tags overflow in card + port correction in README 12 months ago
cypress.config.js adding cypress test 7 months ago
next-env.d.ts Converted Button component to typescript (#47) 1 year ago
next.config.js fix: type 7 months ago
package-lock.json chore(deps): bump @babel/traverse, @storybook/addon-essentials, @storybook/csf-tools and storybook 6 months ago
package.json chore(deps): bump @babel/traverse, @storybook/addon-essentials, @storybook/csf-tools and storybook 6 months ago
postcss.config.js lint(frontend): apply two space instead of tab 1 year ago
tailwind.config.js feat(dashboard-v3): updated ui components and hooks for new migrated apis and v3 apis 7 months ago
tsconfig.json feat: changed enable blindIndex from settings to overview page for attention 6 months 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: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