-
Install this code on your local system
- Fork this repository (click 'Fork' button in top right corner)
- Clone the forked repository on your local file system
cd /path/to/install/location git clone https://github.com/[your_username]/poster-shop.git
-
Change directory into the local clone of the repository
cd poster-shop
-
Install dependencies
npm install
-
Create a .env file by copying the sample
cp .env_sample .env Now edit the .env file and replace the IMGUR_CLIENT_ID with the client ID
-
IMGUR API
CLIENT_ID (5cadbfaf9e1fc7b) : this optional if you have your own id use them if not you can use this
-
Start project
npm run start