StartPage is a start page for your browser.
Create and manage different categories to organize your websites efficiently.
Add, edit, and remove your favorite websites within each category.
Manage user's accounts.
This is this the frontend of the project. You can find the backend here.
- Clone the repository:
git clone https://github.com/huangcheng/startpage-web.git- Install dependencies:
npm installOr
pnpm install-
Copy the
.env.examplefile to.envand make sure theAPI_URLis correct, if you were encounteredCORS, consider using Nginx to proxy the request. -
Build the project:
npm run buildOr
pnpm run build- Deploy the
distfolder to your web server.
The designer of the project is huqinxue





