Simple Navbar built in Svelte
Once you've created a project and installed dependencies with npm install, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openThe Navbar can be seen on the demo page at http://localhost:3000/demo.
To build this package for publishing:
npm run packageTo publish this package
cd package
npm run publish