Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

osfanbuff63/osfanbuff63.tech

Repository files navigation

Web simulation of UbuntuOS

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.

Contributing

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.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Added some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a PR!