Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 770 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 770 Bytes

Exeter Course Map

Using LionLinks in today's age is absolute nuts.

Setup

To start contributing, do the following:

  1. 🖨️ Clone the repository.
  2. 📦 Install all necessary packages.
  3. ✏️ Make changes.
  4. ✅ Lint, format, commit.
  5. 📨 Send in a spicy PR.

Testing

You can test this application using two methods:

  • Run npm run dev to use development and debug features at the cost of speed.
  • Run npm run build and npm run start to mimic an optimized Next.js application.

Ensure the application works in both stages before committing to the main branch.