Skip to content

acmCSUFDev/ICON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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