Skip to content

My school capstone project, an online LMS for STI College Alabang.

License

Notifications You must be signed in to change notification settings

zomeru/stica-lms

Repository files navigation

Logo

This is my capstone project for my final year in STI College Alabang. It is built with Vercel technologies such as Next.js and Turborepo. Uses Firebase as database and hosted in Vercel.

🛠 Installation & Set Up

  1. Install and use the correct version of Node using NVM

    nvm install
  2. Install dependencies

    yarn

    or

    yarn install
  3. Start the development server

  • Start all apps
yarn dev
  • Start lms
yarn dev:lms
  • Start mobile lms
yarn dev:mobile
  • Start admin
yarn dev:admin

🚀 Building and Running for Production

  1. Generate a full static production build

    • Build all apps
    yarn build
    • Build lms
    yarn build:lms
    • Build mobile lms
    yarn build:mobile
    • Build admin
    yarn build:admin
  2. Preview the site as it will appear once deployed

    • Preview all apps
    yarn start
    • Preview lms
    yarn start:lms
    • Preview mobile lms
    yarn start:mobile
    • Preview admin
    yarn start:admin

About

My school capstone project, an online LMS for STI College Alabang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages