https://github.com/louisyoungx/safari-like-startpage
Safari-like start page
https://github.com/louisyoungx/safari-like-startpage
react safari startpage typescript
Last synced: 5 months ago
JSON representation
Safari-like start page
- Host: GitHub
- URL: https://github.com/louisyoungx/safari-like-startpage
- Owner: louisyoungx
- License: mit
- Created: 2022-02-28T10:46:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T09:26:03.000Z (about 3 years ago)
- Last Synced: 2024-08-07T23:45:17.667Z (8 months ago)
- Topics: react, safari, startpage, typescript
- Language: TypeScript
- Homepage:
- Size: 945 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - louisyoungx/safari-like-startpage - Safari-like start page (TypeScript)
README
# Safari-like Start Page
Safari-like Start Page - [Online Preview](https://nav.rocke.top)

## Installation
1. clone this repo
```shell
# Clone the repo# Using HTTPS
git clone https://github.com/louisyoungx/safari-like-startpage.git# Using SSH
git clone [email protected]:louisyoungx/safari-like-startpage.git
```Once cloned, switch to the master branch and navigate to the folder by typing `cd safari-like-startpage` and then running the following commands:
```shell
# Install all project dependencies
npm install# Start the project
npm run start
```## User Manual
### config bookmarks
1. Open `src/config/bookmark.ts` file
2. Edit `bookmarksBefore` list### add wallpaper
1. move wallpaper file to `public/img/wallpaper/` folder
2. Open `src/config/wallpaper.ts` file
3. Edit `wallpaper` list
## License
This project is licensed under the terms of the [MIT License](LICENSE).