Skip to content

tachi123/portfolio

Repository files navigation

My personal website

Netlify Status

An attempt to create a miniminal js personal blog using Astro.

Project builded from Astro Starter Kit: Portfolio

avatar

Tabla de contenidos:

Running Locally

This app requires Node.js v18.4.1 or later.

git clone git@github.com:tachi123/portfolio.git
cd astro-portfolio
npm install -g pnpm
pnpm i
pnpm dev

Deploy to Netlify

Deploy to Netlify

(If you click this button, it will create a new repo for you that looks exactly like this one, and sets that repo up immediately for deployment on Netlify)

Astro Starter

npm create astro@latest -- --template portfolio

Open in StackBlitz Open with CodeSandbox Open in GitHub Codespaces

🧞 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

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.

📝 License

This project is licensed under the MIT license

Releases

No releases published

Packages

No packages published