This is a project for the cover art of bark mile. http://barkmile.nl/
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these steps.
This project uses the Yarn dependency manager. Make sure you have it installed in your node environment.
npm install yarn -g
- Clone the repository.
git clone https://github.com/RonaldDijks/kopies.git
- Get the dependencies.
yarn
To start the project, run:
yarn start
The project should be available on localhost:9000
!