Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-chenxing/startpage
π₯π¦π This is a fork of the generic Firefox startpage by PrettyCoffee β Star the repo if you like it!
https://github.com/dev-chenxing/startpage
css firefox html javascript startpage
Last synced: 23 days ago
JSON representation
π₯π¦π This is a fork of the generic Firefox startpage by PrettyCoffee β Star the repo if you like it!
- Host: GitHub
- URL: https://github.com/dev-chenxing/startpage
- Owner: dev-chenxing
- Created: 2024-05-25T03:48:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T16:16:05.000Z (8 months ago)
- Last Synced: 2024-05-29T07:24:27.715Z (8 months ago)
- Topics: css, firefox, html, javascript, startpage
- Language: CSS
- Homepage: https://dev-chenxing.github.io/startpage/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Startpage
My personal startpage, inspired by the `lf` terminal-based file browser.
### Screenshots
![preview.png](preview.png)
![preview-readme.png](preview-readme.png)### Getting Started
```sh
npm install --verbose
npm run dev
```### Resources
Some good resources that I use in this project:
- [pokesprite](https://github.com/msikma/pokesprite)
- [github-linguist](https://github.com/github-linguist/linguist)### License
Distributed under [the MIT License](http://opensource.org/licenses/MIT)
```
Copyright (c) 2024 dev-chenxingPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the βSoftwareβ), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED βAS ISβ, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```