https://github.com/custom-start-page/ascii-start
Styled after .nfo files which often contain elaborate ASCII art, this start page primarily uses text for the UI.
- Clone this repository (or download a zip)
- Open the local folder to this repo in a terminal
- Run
npm install
- Run
npm start
to locally host the website - Navigate to the URL which your terminal prints out to view your startpage
This startpage needs to be hosted by a web server in order to work.
It's already hosted at https://ascii-start.customstart.page for your convenience.
If you want to self host, you can use https://github.com/custom-start-page/custom-start-page-tool/ to run the server.
Run:
dist.sh
This will create a /dist
folder which can be zipped and released.