Admin dashboard for Indus Universal School's 2023 website redesign project, undertaken by the STEM department of 2023.
- Aaloke Eppalapalli
- Hemanth Tenneti
- Hussain Khorakiwala
- Sree Adithya
SvelteKit | NodeJS | Netlify |
---|---|---|
Firebase | TailwindCSS |
EditorJS | Notyf | Browser Image Compression |
---|
Phosphor Icons | VSCode |
---|---|
Figma |
To install the dependencies of this project, npm needs to be forced because of peer dependencies.
- If you use pnpm this is not required.
npm install --force
Once you've created a project and installed dependencies with npm install
(or pnpm install
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
# for liveshare in vscode you can use this command
npm run host