🐤 Created by: Sergio Suramin, S.Kom
- Next.js 13 (React.js)
- Typescript
- Shadcn UI
- Tailwind CSS
- Clerk
- Prisma
- Socket.io
- postgresql
- ✔️ Husky
- ✔️ Eslint
- ✔️ Prettier
- ✔️ VS Code formatter
⌛ 🟢 In Review
First, install the dependencies:
npm install
Then, run the development server:
npm run dev
⌛ No live URL available yet (in review)
Please follow these message format to your commit message:
-
A new feature
feat: your_commit_message
-
A bug fix
fix: your_commit_message
-
Documentation only changes
docs: your_commit_message
-
Changes that do not affect the meaning of the code
style: your_commit_message
-
A code change that neither fixes a bug nor adds a feature
refactor: your_commit_message
-
A code change that improves performance
perf: your_commit_message
-
Adding or modifying tests
test: your_commit_message
-
Changes to the build process or auxiliary tools and libraries such as documentation generation
chore: your_commit_message
-
Revert to a previous commit
revert: your_commit_message