Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreasphil/bookmarks
🐿 A collection of useful and mostly free resources and tools around web development, design, and programming in general
https://github.com/andreasphil/bookmarks
Last synced: about 1 month ago
JSON representation
🐿 A collection of useful and mostly free resources and tools around web development, design, and programming in general
- Host: GitHub
- URL: https://github.com/andreasphil/bookmarks
- Owner: andreasphil
- License: mit
- Archived: true
- Created: 2021-08-10T10:38:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T18:39:44.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:57:31.446Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 299 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- project-awesome - andreasphil/bookmarks - 🐿 A collection of useful and mostly free resources and tools around web development, design, and programming in general (JavaScript)
README
Bookmarks 🐿
A collection of useful and mostly free resources and tools around web development, design, and programming in general> 💡 This project is a playground for tinkering with various technologies, and is re-written every once in a while. Previous versions were built with [Deno](https://github.com/andreasphil/bookmarks/tree/v2.8.0) and [WMR](https://github.com/andreasphil/bookmarks/tree/v1.2.0).
## Development
The site is a React app built with [Next.js](https://nextjs.org), and powered by the new [App Router](https://beta.nextjs.org/docs). Bookmarks are stored in `/data`. The following commands are available for developing and running the app:
```sh
npm run dev # Start development server
npm run build # Create a production bundle
npm run start # Serve the production bundle locally
```## Deploy to Vercel
Deployment should work out of the box when linking the repository to a project on [Vercel](https://vercel.com).
## Credits
Apart from the open source packages listed in [package.json](package.json), Bookmarks uses:
- Favicons generated with [IconKitchen](https://icon.kitchen/)
Thanks 🙏