Nostr Nests (rewrite)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jack Chakany ed9e15713f
proto menu bar
1 month ago
.idea update ndk 2 months ago
src proto menu bar 1 month ago
static Generate basic svelte app (#1) 4 months ago
tests Generate basic svelte app (#1) 4 months ago
.eslintignore Generate basic svelte app (#1) 4 months ago
.eslintrc.cjs Generate basic svelte app (#1) 4 months ago
.gitignore Generate basic svelte app (#1) 4 months ago
.prettierignore Generate basic svelte app (#1) 4 months ago
.prettierrc Generate basic svelte app (#1) 4 months ago
LICENSE Update license 3 months ago
README.md migrate to pnpm 3 months ago
package.json add nicer room information box, completely rework stage and audience list 1 month ago
playwright.config.ts Generate basic svelte app (#1) 4 months ago
pnpm-lock.yaml add nicer room information box, completely rework stage and audience list 1 month ago
postcss.config.js Generate basic svelte app (#1) 4 months ago
svelte.config.js Generate basic svelte app (#1) 4 months ago
tailwind.config.js proto menu bar 1 month ago
tsconfig.json Generate basic svelte app (#1) 4 months ago
vite.config.ts Generate basic svelte app (#1) 4 months ago

README.md

Nostr Nests

Nostr Nests is an audio space for chatting, brainstorming, debating, jamming, micro-conferences and more.

Developing

Once you've created a project and installed dependencies with npm install, start a development server:

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open

Building

To create a production version of your app:

pnpm build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.