Files
UT-Registration-Plus/README.md
2023-03-30 10:33:40 -05:00

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)