using my boilerplate yuh

This commit is contained in:
Sriram Hariharan
2023-02-22 22:51:38 -06:00
parent 21d7056aae
commit bce2717088
91 changed files with 32400 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# UT Registration Plus
## Built Using:
- React 18
- Typescript
- Webpack 5 (esbuild-loader)
- Eslint
- Prettier
- Semantic-Release
- Custom Messaging & Storage wrappers
## Getting Started
1. Clone this repo
2. Run `npm install`
3. Run `npm start` to start the development server
4. Run `npm run build` to build the extension for production
5. Run `npm run release` to release a new version of the extension in CI (either preview or production)