This is the source code for WhoProduced - a website for view album / song credit information. Website can be found here!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You would need these software..
- An Operating System with a working shell -Bash, Powershell, zsh etc. (linux recommended though, cause that's what i tested on)
- Git 2.25+
- npm 7.11+
- Install yarn
npm install --global yarn
First, clone this project to your local system. You could download as a zip file or clone it throught the terminal
Copy and paste on the terminal
git clone https://github.com/foderking/WhoProduced_frontend.git
cd WhoProduced_frontend
Then install dependencies:
yarn
To run in hot module reloading mode:
yarn start
To create a production build:
yarn build
To run tests:
yarn test