/cc2023

Crimson Code 2023 WSU Segfault

Primary LanguageJavaScript

Crimson LMS

Quick Start

Be sure to install the latest node lts version from https://nodejs.org/en/ and then install yarn with the following commands

corepack enable
corepack prepare yarn@stable --activate

To run this app, clone the repository and install dependencies using yarn:

$ git clone https://github.com/nlaha/cc2023.git
$ cd cc2023
$ yarn

Download the .env file from the discord (Nathan will provide)

Start the server.

$ yarn start