/coghacks-2021

Project Repository for CogHacks 2021

Primary LanguageTypeScript

CogHacks 2021

Project Overview

Welcome to Lana!

Viewing The Project

First, clone the repository:

git clone https://github.com/tomheaton/coghacks-2021

Second, install all the dependencies:

npm install
# or
yarn install

Third, run the development server:

npm run dev
# or
yarn dev

Finally, open http://localhost:3000 with your browser to see the result.