https://github.com/ake144/school-platform
https://github.com/ake144/school-platform
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ake144/school-platform
- Owner: ake144
- Created: 2024-08-28T18:15:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T14:57:56.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T06:34:09.731Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://school-platform.vercel.app
- Size: 215 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.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Lama Dev Youtube Channel](https://youtube.com/lamadev)
- [Next.js](https://nextjs.org/learn)