Using LionLinks in today's age is absolute nuts.
To start contributing, do the following:
- 🖨️ Clone the repository.
- 📦 Install all necessary packages.
- ✏️ Make changes.
- ✅ Lint, format, commit.
- 📨 Send in a spicy PR.
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
andnpm run start
to mimic an optimized Next.js application.
Ensure the application works in both stages before committing to the main branch.