Skip to content

JoaoTMDias/joaodias.me

Repository files navigation

Welcome to My Website v5

🚀 Project Structure

This website was built with Astro and React. End-to-end tests were written using Cypress.

🧞 Commands

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)