This is a simple web application written in Go using the Fiber web framework. The purpose of this application is to provide a customizable start page with links to your favorite websites.
- Clone the repository to your local machine.
- Make sure you have Go installed.
- Create a
.env
file in the project root with the following content:Adjust the values as needed.PORT=8585 HOST=0.0.0.0 CONFIG_FILE=./config.yaml
- Run the application:
go run main.go
- Visit https://localhost:8585 in your web browser to access the start page.
- Click on the "Edit List" button to manage your website links.
- Customize the settings by navigating to the "Settings" page.