Go to file
Nabarun Gogoi 0a1a53e0bc
Add chips to display different kinds of information (#20)
* Add chip for showing deployment status

* Add chip to display projects count

* Display label if project search is not matching

* Add chip to display domain is not connected

* Fix text size in chips for deployment domain

* Add chip to display if repository is private

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2023-12-21 16:42:06 +05:30
.github/workflows Add github CI for running lint (#5) 2023-12-11 12:04:33 +05:30
.husky Add husky to run pre-commit lint (#3) 2023-12-08 09:59:45 +05:30
packages/frontend Add chips to display different kinds of information (#20) 2023-12-21 16:42:06 +05:30
.gitignore Implement monorepo with lerna (#1) 2023-12-06 16:07:12 +05:30
lerna.json Add husky to run pre-commit lint (#3) 2023-12-08 09:59:45 +05:30
package.json Add husky to run pre-commit lint (#3) 2023-12-08 09:59:45 +05:30
README.md Create layout for home page (#6) 2023-12-11 20:05:34 +05:30
yarn.lock Implement filtering deployments by date range selector (#17) 2023-12-21 12:00:07 +05:30

snowballtools

  • Clone the snowballtools repo

    git clone git@github.com:deep-stack/snowballtools.git
    
  • In root of the repo, install depedencies

    yarn
    
  • Change directory to packages/frontend

    cd packages/frontend
    
  • Start the React application

    yarn start
    
  • The React application will be running in http://localhost:3000/