16 lines
266 B
Markdown
16 lines
266 B
Markdown
The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
|
|
|
|
Follow these steps:
|
|
|
|
```sh
|
|
npm i
|
|
npm run dev
|
|
```
|
|
|
|
This project is built with:
|
|
|
|
- Vite
|
|
- TypeScript
|
|
- React
|
|
- shadcn-ui
|
|
- Tailwind CSS
|