When using npm install be aware that you need to follow the downloading steps written in the console (a file has to be retrieved from the rocq lsp github document). The link and location of the needed file is provided as error in the console.
Once you've imported Papiée 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 -- --openTo create a production version of Papiée:
npm run buildYou can preview the production build with npm run preview.