Go to file
2024-02-04 13:55:36 +00:00
compass Cleaned code 2024-02-04 13:55:36 +00:00
README.md Cleaned code 2024-02-04 13:55:36 +00:00

🧭 Compass Center's Internal Resource Management App

🛠 Technologies

  • Next.js
  • TailwindCSS
  • TypeScript
  • PostgreSQL

📁 File Setup

\compass
    \components // Components organized in folders related to specific pages
    \pages // Store all pages here
        \api // API routes
    \public // Local assets (minimize usage)
    \routes // Routing logic
    \styles // CSS files

🚀 To Start

Follow these steps to set up your local environment:

\\ Clone this repository 
git clone https://github.com/cssgunc/compass.git
\\ Go into main folder
cd compass
\\ Install dependencies
npm install
\\ Run local environment
npm run dev

💡 Dev Notes

  • For each task, create a branch in the format '[your name]-[ticket number]-[task description]'
  • Only commit your work to that branch and then make a git request to '/main'