bordalix / notepress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notepress

A minimalist blog for your nostr articles.

Features

  • No frontend framework, just plain HTML, Tailwind and JS
  • Open Source under MIT License

Installation

  1. Clone the repository
git clone https://github.com/utxo-one/notepress
cd notepress
  1. Install the dependencies
npm install
  1. Setup the blog
node setup

This will ask for your npub then ask if you would like to exclude any notes by ID.

This will fetch your NIP65 preferred relay list and derive your hex key from your npub for you.

If you would like to add more relays, you can always manually edit the config and add them to the list.

  1. Bundle the code
npx vite build
  1. Deploy to your server
cp -r dist/* /var/www/notepress

About


Languages

Language:JavaScript 80.1%Language:HTML 12.5%Language:CSS 7.4%