snowballtools-base-mirror/packages/frontend
Nabarun Gogoi 9144d42f70
Set record data with repo commit hash and package.json content (#65)
* Get latest commit hash from repo when adding project

* Update UI/UX

* Fill registry record with data from package.json

* Add package json type

* Correct record data based on laconic console

* Update README

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-14 11:03:22 +05:30
..
public Implement page for creating new project (#8) 2023-12-13 13:55:25 +05:30
src Set record data with repo commit hash and package.json content (#65) 2024-02-14 11:03:22 +05:30
.env Implement functionality to add and delete Deploy webhooks (#47) 2024-02-01 14:04:07 +05:30
.eslintignore Add dev dependency @babel/plugin-proposal-private-property-in-object to remove build warning (#9) 2023-12-13 14:21:47 +05:30
.eslintrc.json Change UI for create new project page (#54) 2024-02-05 16:56:53 +05:30
.gitignore Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
.prettierignore Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
.prettierrc.json Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
package.json Implement routes for project tabs (#63) 2024-02-12 12:17:47 +05:30
README.md Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
tailwind.config.js Integrate material tailwind library (#8) 2023-12-19 14:47:02 +05:30
tsconfig.json Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30

Getting Started with Create React App

This project was bootstrapped with Create React App, using typescript-tailwindcss-eslint-prettier template.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.