Skip to content

Sandesh30-cloud/AI_Learning_management_system

Repository files navigation

🚀 Project Setup & Development Guide

📌 Getting Started

1⃣ Install Dependencies

Before running the project, install all required dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

2⃣ Start the Development Server

Run the following command to start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

3⃣ Open in Browser

Once the server is running, open:
👉 http://localhost:3000


🛠 Additional Commands

🔄 Restart the Server

If you make changes and need to restart:

npm run dev

🏧 Build for Production

To create an optimized production build:

npm run build

🚀 Start the Production Server

Once built, run the production server:

npm start

🛠 Troubleshooting

  • If you face dependency issues, try:
    rm -rf node_modules package-lock.json && npm install
  • Ensure you have the correct Node.js version installed. Recommended: >=16.x
  • Check the logs for any errors and verify environment variables if needed.

Happy coding! 🎉🚀

About

AI based Learning Management System using React, Tailwind, Inngest, Clerk, Neon, Gemini

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published