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 install
Or
pnpm install
-
Copy the
.env.example
file to.env
and make sure theAPI_URL
is correct, if you were encounteredCORS
, consider using Nginx to proxy the request. -
Build the project:
npm run build
Or
pnpm run build
- Deploy the
dist
folder to your web server.
The designer of the project is huqinxue