Welcome to Lana!
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.