Go to file
2024-03-02 15:35:28 -05:00
.vscode simplified code by removing multiple useEffects() 2024-03-02 01:40:02 -05:00
compass Merge branch 'admin-team-GEN-67-auth-app' into nick-GEN-67-refactor 2024-03-02 15:35:19 -05:00
README.md Reorganized file setup 2024-02-04 21:43:40 +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)
    \utils // Constants, Routes, Classes, Dummy Data
    \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'