DazBoard is a modern, grid-style start page for any browser, designed for those who want a comfortable and aesthetically pleasing browsing experience.
Set as homepage the url: https://wdeloo.github.com/DazBoard.
- In Chrome:
- In Firefox:
- Go to the last release and download the DazBoard.zip file.
- Place the compressed file in your desired location and extract it.
- Start an HTTP server in the extracted folder.
- Clone the repository to your desired location:
git clone https://github.com/wdeloo/DazBoard.git
cd DazBoard
- Install dependencies and build the project::
npm install
npm run build
The generated static files will be in the dist
foler.
- Start an HTTP server in the
dist
folder.