compass/README.md
2024-02-04 02:47:26 +00:00

35 lines
883 B
Markdown

# 🧭 Fall 2023 - Spring 2024: A Notion-UI Website for Compass Center Data Lookup
## 🛠 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'