Skip to content

website simulating Ubuntu 20.04, made using NEXT.js & tailwind CSS

License

Notifications You must be signed in to change notification settings

vannoorsab/Ubuntu-System

Repository files navigation

ubuntu.dawidolko.pl

.
├── .next
│ └── ...
├── .github
│ └── ...
├── .vscode
│ └── ...
├── components
│ └── ...
├── files
│ └── ...
├── images
│ └── ...
├── pages
│ └── ...
├── public
│ └── ...
├── styles
│ └── ...
├── themes
│ └── ...
├── .gitattributes
├── .gitignore
├── .nojekyll
├── 404.html
├── apps.config.js
├── CNAME
├── index.html
├── LICENSE
├── package.json
├── postcss.config.js
├── README.md
├── robots.txt
├── tailwind.config.js
└── yarn.lock

This is a 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.

into it. Replace *your user id and your service ID with your values in your EmailJS service.

This project was made using Create Next App! Here is the scripts that u can run.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

website simulating Ubuntu 20.04, made using NEXT.js & tailwind CSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published