/jvbriones.github.io

Personal site

Primary LanguageJavaScriptOtherNOASSERTION

jvbriones.github.io

Personal site published at https://jvbriones.github.io/

Built using Docusaurus. Animated rabbit credit to https://codepen.io/sondering/pen/EVJBMq

🛠️ How to operate

Open a new PR to trigger the CI/CD pipeline.

Local installation

nvm use 20
yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

🧪 Run Playwright tests

Firstly install playwright local dependencies:

yarn playwright install

Create a local .env file with default values (.env.dist). Then run all the tests with:

yarn test:e2e

or also by tagging a specific test as e.g. @wip and then:

npx playwright test tests/e2e --grep '@wip'

License

Open sourced under CC-BY-SA-4.0 License.