Skip to content

protonduck/frontend

Repository files navigation

ProtonDuck - Open Source Bookmark Manager (frontend)

Frontend for ProtonDuck API

Made with ❤️ in Vue.js 3 & Bulma CSS-Framework

bookmarks-v2

Project setup

npm install

Compile and minify for production

npm run build

Compile and hot-reload for development

npm run dev

Run mock API server for development

npm run server

Run Histoire for development

npm run story

Run ESLint for development

npm run lint

Run Vitest for development

npm run test

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make your changes
  4. Commit your changes (git commit -am 'Added some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request