Bhanu-code / OpenUIMS

Open Source University Information Management System
MIT License
4 stars 14 forks source link
gssoc gssoc-ext hackoctoberfest hactoberfest-accepted lms nextjs shadcn-ui tailwindcss typescript uims

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

πŸ“š 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: