https://github.com/psalmistcom/school-management-system-nextjs
https://github.com/psalmistcom/school-management-system-nextjs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psalmistcom/school-management-system-nextjs
- Owner: psalmistcom
- Created: 2025-01-09T21:58:38.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-01-10T12:17:39.000Z (4 months ago)
- Last Synced: 2025-01-10T13:28:10.234Z (4 months ago)
- Language: TypeScript
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# School Management Dashboard
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.