Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Latest commit

History

History
37 lines (25 loc) 路 1.41 KB

README.md

File metadata and controls

37 lines (25 loc) 路 1.41 KB

Bookmarks 馃惪

A collection of useful and mostly free resources and tools around web development, design, and programming in general

Built with Next.js

馃挕 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 and WMR.

Development

The site is a React app built with Next.js, and powered by the new App Router. Bookmarks are stored in /data. The following commands are available for developing and running the app:

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.

Credits

Apart from the open source packages listed in package.json, Bookmarks uses:

Thanks 馃檹