AI_Learning_management_system Tailwind Templates

Ai_learning_management_system

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

šŸš€ 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! šŸŽ‰šŸš€

Top categories

Loading Svelte Themes