Skip to content

zantoshi/magstr

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Setup your .env.local file with your pubkey. For example, here is mine:

PUBLISHER_PUBKEYS=["4d992bd1e12f77866334ce3fdfe20203799bfefb84b7ed5cd111290345157b5a","9fce3aea32b35637838fb45b75be32595742e16bb3e4742cc82bb3d50f9087e6"]

Second, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Createing Articles

You can leverage habla.news to create and publish articles. If you create the article using your nostr key pair that's used in the environmental variable, it'll automatically be picked up! Right now, we only fetch from the damus relay, but that is easily customiable in the nostr service (services/nostr.js).

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Once you're satisified, deploy to Vercel.

Deploy with Vercel