forked from cerc-io/snowballtools-base
* Implement add member dialog * Fix typo * Display the added pending member * Seperate form submit handler for add member dialog * Enable production branch input on repo connected * Refactor project to include members permissions * Refactor add member handler --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com> |
||
|---|---|---|
| .github/workflows | ||
| .husky | ||
| packages/frontend | ||
| .gitignore | ||
| lerna.json | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
snowballtools
-
Clone the
snowballtoolsrepogit clone git@github.com:deep-stack/snowballtools.git -
In root of the repo, install depedencies
yarn -
Change directory to
packages/frontendcd packages/frontend -
Start the React application
yarn start -
The React application will be running in
http://localhost:3000/