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.
|
1 month ago | |
---|---|---|
.idea | 2 months ago | |
src | 1 month ago | |
static | 4 months ago | |
tests | 4 months ago | |
.eslintignore | 4 months ago | |
.eslintrc.cjs | 4 months ago | |
.gitignore | 4 months ago | |
.prettierignore | 4 months ago | |
.prettierrc | 4 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
package.json | 1 month ago | |
playwright.config.ts | 4 months ago | |
pnpm-lock.yaml | 1 month ago | |
postcss.config.js | 4 months ago | |
svelte.config.js | 4 months ago | |
tailwind.config.js | 1 month ago | |
tsconfig.json | 4 months ago | |
vite.config.ts | 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.