Welcome to My Website v5
This website was built with Astro and React. End-to-end tests were written using Cypress.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run start |
Starts local dev server at localhost:3000 |
npm run build |
Build my production site to ./dist/ |
npm run preview |
Preview your build locally |
npm run test:open |
Tests the website using Cypress (using the GUI) |
npm run test:headless |
Tests the website using Cypress (Headless mode) |