Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 711 Bytes

File metadata and controls

23 lines (15 loc) · 711 Bytes

image

Canvas with Notion integration

Get Started

  • Have Git Installed
  • Clone this repo git clone https://github.com/acmCSUFDev/ICON.git

Run Frontend

Requirements: Have Node.js installed

  • Click frontend folder or cd frontend
  • npm install to install dependencies
  • npm run dev to run the frontend on port 3000

Run Backend

Requirements: Have Node.js installed

  • Click backend folder or cd backend
  • npm install to install dependencies
  • npm run start to run the backend on port 8000