This is the code for the BlockNote documentation website.
If you're looking to work on BlockNote itself, check the packages folder.
First, run npm run build in the repository root.
Next, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
Open a pull request to the BlockNote GitHub repo. Pull requests will automatically be deployed to a preview environment.