Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

genny-project/alyson

 
 

Repository files navigation

Alyson-v9 Generic Frontend for Genny Project

Node.js CI Linter

Setup

To run locally with npm start

  1. Clone in to local
  2. Go to https://nodejs.org/en/ and download and install Node (You need v14.6.0 or later)
  3. In your terminal run node -v to confirm install
  4. CD to alyson-v9 directory
  5. In root add .env
  6. If you are using UNITY:
  7. Go to alyson-v9 in terminal and run npm i
  8. After that is finished run npm start
  9. If you change .env or anything in /public you will have to restart development server (npm start) otherwise it will hot reload

To run tests locally

  1. Clone in to local
  2. Go to https://nodejs.org/en/ and download and install Node (You need v14.6.0 or later)
  3. In your terminal run node -v to confirm install
  4. CD to alyson-v9 directory
  5. Run npm test