Website for https://nostr-php.dev
This documentation website is created with VitePress.
npm install
All code dependecies are saved in node_modules
.
npm run docs:build
All files are generated and saved in content/.vitepress/dist/
npm run docs:dev
Open the website locally in your browser with this URL: http://localhost:5173.
All navigation items in the header are configured in .vitepress/config.mjs
.
All items in the sidebar are configured in .vitepress/config.mjs
.
Custom CSS styling is applied by .vitepress/theme/custom.css
.