Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.35 KB

README.md

File metadata and controls

58 lines (37 loc) · 2.35 KB

Personal Site 2023

image

This application exists to provide information on me as a developer and person

cassandracodesthings.online

image image

image image image image image image image


Check It Out

Animated gif of website being used in desktop view


Run the tests via:

npx cypress run

or

npx cypress open

to see the tests in a browser.


Commands to Setup/Run/Use the app:

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI