# Using NPM
npm install
# Using Yarn
yarn
Both the svelte-lib and svelte-lib-web repositories are needed for proper functionality. If the child repositories do not yet exist in the root directory, clone them using the git-clone
command:
# Using NPM
npm run git-clone
# Using Yarn
yarn git-clone
The dev
command starts the pouchdb-server as well as watches over file changes in the src
directory
# Using NPM
npm run dev
# Using Yarn
yarn dev