First, install Node Version 20.11.0 (>= 18.20.0) since Typescript requires it.
git clone https://github.com/BEOpenSourceCollabs/EventManagementUI.git
npm install
npm run dev
This project uses Daisy UI's Component Library, Typescript.
For VSCode add below code in .vscode/settings.json
{
"files.associations": { "*.css": "postcss" },
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
}
Open http://localhost:3000 with your browser to see the result.