Skip to content

KS-20/digit-span-practice

Repository files navigation

digit-span-practice

Setting up a development environment

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 tests

Running selenium based gui test:

node src/gui_test.js

Running Jest based test (snapshot testing):

npm test

Deploying to github pages

On github: Actions -> Deploy static content to Pages -> Run workflow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published