Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmfretz/down-the-rabbit-hodl
A compiled guide to learning about Bitcoin. It is not an exhaustive list of resources, but rather a curated list of materials that were formative for me.
https://github.com/nmfretz/down-the-rabbit-hodl
bitcoin btc css gray-matter marked nextjs reactjs
Last synced: about 13 hours ago
JSON representation
A compiled guide to learning about Bitcoin. It is not an exhaustive list of resources, but rather a curated list of materials that were formative for me.
- Host: GitHub
- URL: https://github.com/nmfretz/down-the-rabbit-hodl
- Owner: nmfretz
- Created: 2022-08-30T19:41:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T20:06:59.000Z (11 months ago)
- Last Synced: 2024-01-08T21:30:21.496Z (11 months ago)
- Topics: bitcoin, btc, css, gray-matter, marked, nextjs, reactjs
- Language: JavaScript
- Homepage: https://down-the-rabbit-hodl-nmfretz.vercel.app
- Size: 2.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Down the Rabbit Hodl - A Guide to Learning About Bitcoin
This website serves as a compiled guide to learning about Bitcoin. It is not an exhaustive list of resources, but rather a curated list of materials that were formative for me.### Features & Design
- Next.js for frontend build.
- No CSS framework. Responsive design. Dark and light mode.
- [marked](https://www.npmjs.com/package/marked) and [gray-matter](https://www.npmjs.com/package/gray-matter) packages for parsing markdown.### TODOS
- [ ] Implement search functionality
- [ ] Clean up css variables
- [ ] Add css animations# Setup
Run `npm install`
# Development
Run the development sever:
```
npm run dev
```Open http://localhost:3000 in your browser.
# Deployment
Currently deployed to [vercel](https://vercel.com/) at domain ...
Build for production with `npm run build`.
# Screenshots