This is a T3 Stack project bootstrapped with create-t3-app
.
-
Clone this repository
cd https://github.com/Capstone-Kelompok-27/NoBazzir.git
-
Change the current directory to
Capstone_27
cd NoBazzir
-
Make a new .env file (liat grup) and delete .env.example
-
Install all dependencies
npm install
-
Run the application
npm run dev
-
To run, access http://localhost:3000/ on your browser
Make sure you've read our Developer's Guide
IMPORTANT NOTE
Jangan pernah push langsung ke main, selalu ke branch masing-masing dulu (menghindari conflict)
To learn more about the T3 Stack, take a look at the following resources:
- Documentation
- Learn the T3 Stack — Check out these awesome tutorials
You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!