Open Source biolerplate SDK for educational institutions who want to build their own University Management System .This is a Next.js project bootstrapped with create-next-app
.
Follow these steps to set up and run the development server:
-
Install dependencies:
npm install # or yarn install # or pnpm install # or bun install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open http://localhost:3000 in your browser to view the result.
You can begin editing the application by modifying the app/page.tsx
file. The page will auto-update as you save changes.
-
Automatic Font Optimization: This project uses
next/font
for optimizing and loading custom fonts. The default font used is Geist, designed for Vercel. -
Fast Development: Next.js provides hot-reloading, ensuring that any code changes you make are reflected in real time without needing a manual refresh.
If you're new to Next.js or looking for additional documentation, check out the resources below:
- Next.js Documentation - Explore features, API, and the powerful tools available in Next.js.
- Interactive Next.js Tutorial - A step-by-step tutorial to learn Next.js by building a real-world application.
- Next.js GitHub Repository - Feel free to contribute or report any issues.
Deploy your Next.js application easily with Vercel. Vercel is the official platform created by the team behind Next.js, offering seamless integration and optimized performance for your application.
To deploy:
- Create a Vercel account here.
- Link your repository to Vercel.
- Deploy with a single click!
Check out our detailed deployment documentation for more information on deploying to production.
In the project directory, you can run:
npm run dev
/yarn dev
: Starts the development server.npm run build
/yarn build
: Builds the project for production.npm start
/yarn start
: Runs the compiled app in production mode.