This repository publishes sinxequalsx.github.io as a static GitHub Pages website.
- Open a terminal in this folder.
- Run
npm run dev. - Open the private editor URL printed in the terminal.
- Add, edit, move, duplicate, or delete blocks.
- Use Save draft to keep unpublished work only on this computer.
- Use Publish to GitHub to build, commit, and push the finished version.
No database, public login, or online editor is used. The public site contains only static files.
Run npm run build. The generated site is written to dist/.
In the repository, open Settings → Pages and set Source to GitHub Actions. Future pushes to main deploy automatically.