Checkout the code:
git clone [email protected]:KS-20/digit-span-practice.git
install npm packages:
npm install
Run the server:
npm start
To run custom storage server , make sure mysql is running , set the needed environment variables in the .env file and execute:
npm run productionserverstart
to kill it:
pm2 kill
Running selenium based gui test:
node src/gui_test.js
Running Jest based test (snapshot testing):
npm test
On github: Actions -> Deploy static content to Pages -> Run workflow