Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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