Skip to content

Site for processing and displaying scores from mame high score files

Notifications You must be signed in to change notification settings

InsaneWookie/mame-highscores

Repository files navigation

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

create test database docker-compose exec db psql -U postgres -c "create database "mame-highscores-test"" migrate test db npm run migrate -- -c test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

##Frontend

See README.md in frontend folder

About

Site for processing and displaying scores from mame high score files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published