Skip to content

nostrver-se/nostr-php.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This documentation website is created with VitePress.

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/

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.