Skip to content

CSUN-IT/csun-matbot

 
 

Repository files navigation

Mat Bot

Front end component of CSUN's AI JAM 2024 winner

Pre-requisites

This is a React application which requires Node.js be installed on the machine. For local development and testing, the best approach for this is to install nvm and be able to switch Node versions quickly.

Starting up

To start a development server do the following steps on your terminal:

git clone https://github.com/CSUN-IT/csun-matbot.git
cd csun-matbot
nvm install
nvm use
npm install
npm run start

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.6%
  • HTML 12.9%
  • CSS 12.5%