Download/clone the repository in your local machine, then installed the required dependencies:
cd portfolio-site
yarn install
You can then use start to start the project and view it in your browser:
yarn start
The project should be accessible at http://localhost:3000.
To run a production build:
yarn build