An app to manage the documentation of your whisky tastings
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need the following tool installed an setted up on your computer
- Node.js 8
- git
- ssh
git clone [email protected]:Paquan/whiskybook.git
cd whiskybook
npm install
npm start
When using VS Code you can install the Remote Development Extension. With it installed simply run the command Remote-Containers: Reopen in Container. VS Code will then build a Container with all the system dependencies of the programm (like node, git, parcel) installed.
Start your browser at: http://localhost:1234
If you want to work with real backend:
npm start --env=local-real-backend
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details