- Gallery containing phography pulled from Unsplash.
- View live version here.
- Clone the repo:
git clone https://github.com/hachi-studio/masterpiece.git
- Grab an Unsplash API key and replace
API_KEY_GOES_HERE
with it inside the .env file - Go into folder
cd masterpiece
- Install
yarn install
ornpm install
- To run
yarn start
ornpm start
- To build
yarn build
ornpm run build