markd is a open source bookmark manager, made with
♥️ by devcord users.
# install dependencies
$ yarn
# set up .env file
$ yarn mkenv
# lint files with eslint (standardjs config)
$ yarn lint
# serve with hot reload at localhost:8000 (opens browser automatically)
$ yarn dev
# build and serve on local machine
$ yarn start
# build for production with minification
$ yarn build
# serve on local machine
$ yarn serve
# serve with nodemon
$ yarn serve:dev
- vue
- scss
- dexie (for indexDB)
markd is with love made by @redxtech, @lostdesign, @Dragory, & @bdbch