This is my portfolio website, the design was completely based on Brittany Chiang website so got to her repository and give her a star.
But I made everything on this website besides the design. If you want to use this for your portfolio just give credit to me and brittany.
To start, you have two options:
- Make a fork from this repository.
not recommended - Press the
Use this templatebutton and follow the GitHub instructions.recommended
Then, on the project folder/directory, run the command to install all the dependencies.
yarn installYou can use npm if you prefer
| Type | Development | Production | Production Test |
|---|---|---|---|
| Command | yarn dev | yarn build | yarn build && yarn preview |
| Host:Port | http://localhost:3000 | Deploy with Netlify | http://localhost:8080 |