Skip to content

davidemiceli/bridge-training-engine

Repository files navigation

Bridge Training Engine

Bridge Training Engine

A Free and Open Source platform for Bridge training.

https://davidemiceli.github.io/bridge-training-engine

Getting Started

Requirements

  • Node.js v16.14+

Run application

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.

Development

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

Testing

To test core application functions, there are unit tests.

# run unit tests
$ npm run test

Contribution

Any contribution is welcome. If you have any suggestions to improve the project, report any error or bug, create an issue.

Try application live

The application is available at https://davidemiceli.github.io/bridge-training-engine.

License

MIT

Copyright (c) 2022-present, Davide Miceli