This website is my personal portfolio! It is a website created with the Next JS framework and hosted on Vercel.
This application was developed with the following technologies:
- First, install all dependencies:
yarn install
- Already, you can run this project on your local machine!
yarn dev
- Alternatively, you can first build this project and then run the compiled code:
yarn build && yarn start
Colors are named and generated as per this tool:
Color Name | Color Code |
---|---|
Rose | #FF0F7B |
Portica | #FFEA61 |
Torch Red | #FF2C3E |
Ebony Clay | #272839 |
Jumbo | #7C7D8A |
White | #FFFFFF |