A Free and Open Source platform for Bridge training.
https://davidemiceli.github.io/bridge-training-engine
- Node.js v16.14+
To start the application, run:
# Install FE JavaScript requirements
npm install
# Build FE application
npm run generate
# Run server application
npm run dev
Then open the url http://localhost:3000 on browser.
For frontend application development, follow the commands below.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
To test core application functions, there are unit tests.
# run unit tests
$ npm run test
Any contribution is welcome. If you have any suggestions to improve the project, report any error or bug, create an issue.
The application is available at https://davidemiceli.github.io/bridge-training-engine.
Copyright (c) 2022-present, Davide Miceli