Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisyoungx/safari-like-startpage
Safari-like start page
https://github.com/louisyoungx/safari-like-startpage
react safari startpage typescript
Last synced: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T09:26:03.000Z (over 2 years ago)
- Last Synced: 2024-07-26T20:43:07.196Z (4 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)
![Safari-like Start Page 1](public/img/docs/ex1.jpg)
## 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![Safari-like Start Page 2](public/img/docs/ex2.jpg)
## License
This project is licensed under the terms of the [MIT License](LICENSE).