19 lines
376 B
Markdown
19 lines
376 B
Markdown
# UT Registration Plus
|
|
|
|
## Built Using
|
|
|
|
- React 18
|
|
- TypeScript
|
|
- Vite 5
|
|
- ESLint
|
|
- Prettier
|
|
- Semantic-Release
|
|
- Custom Messaging & Storage Wrappers
|
|
|
|
## Getting Started
|
|
|
|
1. Clone this repo
|
|
2. Run `pnpm install` to install and patch all the required dependencies
|
|
3. Run `pnpm run dev` to start the development server
|
|
4. Run `pnpm build` to build the extension for production
|
|
|