20 lines
462 B
Markdown
20 lines
462 B
Markdown
# 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)
|