Skip to content

qlawmarq/qlawmarq.github.io

Repository files navigation

Setup development environment

Make sure Node.js is installed on your machine.

To set up a local development environment, do the following:

npm i
npm run dev

To run an E2E test with Playwright Test, do the following:

npx playwright install
npm run e2e:test

To update snapshots, do the following:

npm run e2e:update

See Playwright Docs for more details.

Deployment

Automated deployment to GitHub Pages by GitHub Actions.
Using SSG to building static files.
See static.yml for more details.

Preview

Preview