Skip to content

Bhanu-code/OpenUIMS

Repository files navigation

Next.js Project

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.

🚀 Getting Started

Follow these steps to set up and run the development server:

  1. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  2. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  3. Open http://localhost:3000 in your browser to view the result.

Editing the Project

You can begin editing the application by modifying the app/page.tsx file. The page will auto-update as you save changes.

⚙️ Key Features

  • 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.

📚 Learn More

If you're new to Next.js or looking for additional documentation, check out the resources below:

🚀 Deployment

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:

  1. Create a Vercel account here.
  2. Link your repository to Vercel.
  3. Deploy with a single click!

Check out our detailed deployment documentation for more information on deploying to production.

🛠️ Available Scripts

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.