/personal-site

A place where I can post a little bit about me, that was open source so if anyone wanted to help me create a new cool effect for it, improve the code I made or just learn how I like to work using my code could do that. Making this site with HTML5, CSS3, JavaScript and lots of beverages.

Primary LanguageAstro

Public and personal space

Continuously improving everyday.

Description

A personal space where I can public my thoughts and projects, none of the things I publish are associated in any way with my daily job and the companies I have or work for.

URL

http://www.luiscastro.co

🧞 Commands

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:4321
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