My personal startpage.
The Tools I use include:
- VS Code
- Windows Terminal With Oh My Posh installed
- Yarn Package Manager
After cloning this repository, open the project using an IDE of your choice. The recommended IDE I use is VS Code for web development projects such as this. The code for startpage can be found in the startpage/src/
folder.
Open Windows Terminal and navigate to startpage
folder. If you don't use Windows Terminal, you can do the same in Powershell.
Run yarn install
to install all of the project dependancies, followed by yarn start
to start the startpage on localhost:3000. You can now see the startpage running in your browser if you navigate to http://localhost:3000/. Anytime you make a change to a file within the /src/
folder and save the file, the changes will take effect immediately and show in the browser.