This project is for Eterion. Eterion is name for the Information Technology students ITS batch 2024.
-
⚡ Tech Stack
-
🚀 Getting Started
- 📓 Prerequisites
- ⛓️ Installation
-
📚 Usage
-
👷 Workflow
-
Next.js
Web Framework based on React. Visit Docs
-
TailwindCSS
For css Framework with utility first. Visit Docs
-
Shadcn UI (if needed)
Component library build with Tailwind and Radix Primitives. Visit Docs
- Nodejs (LTS)
- pnpm (package manager)
- Clone repository
https://github.com/ardhptr21/eterion-website.git- Move into directory
cd eterion-website- Install dependencies
pnpm install- Development server
For development purpose you can run command below
pnpm dev- Build
If you want build the website into production run command below
pnpm build- Preview production
After build and you want to preview the website you can run command below
pnpm startBranch
We will use 2 branch
mainfor the productiondevfor the development
And each task should make a sub branch from the dev branch, and then after the task is done you must make a pull request from the sub branch into dev branch.
Point by point
- Create a sub-branch from the
devbranch for each task. - Aftar task is done, make a
pull requestintodevbranch from the current sub-branch. - PIC will review your code, and if the code is working as expected then the
pull requestwill be merged, if not the task must be revised. - Aftar
pull requestmerged then your task is done.