This is a personal portfolio website of theme Ubuntu 20.04, made using Next.js & tailwind CSS.
If you want to edit this. Clone this project and edit the files in /src/components
.
To run this on localhost
type npm start
and when u are done coding type npm run build
to build your app.
NOTE: if you have yarn just replace npm start
and npm run build
with yarn start
and yarn build
.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributors who wants to make this website better can make a contribution, which will be greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Added some AmazingFeature'
)git push origin feature/AmazingFeature
)