diff --git a/README.md b/README.md index 74b0fc3..188fc3f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RBlockNote and NextGraph integration demo +# BlockNote and NextGraph integration demo ``` npm i @@ -7,4 +7,6 @@ npm run dev you need to create a wallet at https://nextgraph.eu -Standalone webapps do not work on Safari (yet). \ No newline at end of file +Standalone webapps do not work on Safari (yet). + +you can also test this demo app as it is deployed here: https://localfirstapp.net/ \ No newline at end of file diff --git a/package.json b/package.json index 2fd6ce9..3b76e4d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build", + "build": "tsc --noEmit && vite build", "lint": "eslint .", "preview": "vite preview" }, diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file