8000 GitHub - nostrver-se/nostr-php.dev: Website https://nostr-php.dev
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nostrver-se/nostr-php.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This documentation website is created with VitePress.

Guide how to use Markdown with Vitepress: https://vitepress.dev/guide/markdown

Install packages

npm install

All code dependecies are saved in node_modules.

Build

npm run docs:build

All files are generated and saved in content/.vitepress/dist/.

Deployment

You can use nsite-cli to deploy the assets as a static website on Blossom servers.

The published site coupled to the Nostr-PHP profile:

Check .gitlab-ci.yml for deployment to https://nostr-php.dev.

npx nsite-cli upload content/.vitepress/dist

Development

npm run docs:dev

Open the website locally in your browser with this URL: http://localhost:5173.

Edit navigation

All navigation items in the header are configured in .vitepress/config.mjs.

Edit sidebar

All items in the sidebar are configured in .vitepress/config.mjs.

Custom styling

Custom CSS styling is applied by .vitepress/theme/custom.css.

About

Website https://nostr-php.dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0