MatheusAlvesPereira / Portifolio

A simple portifolio web with Astro.js and deploy on Vercel

Home Page:https://portifolio-personal-astro.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portifolio

A simple portifolio web with Astro.js and deploy on Vercel

Installation

  1. Clone the repository:
$ git clone https://github.com/MatheusAlvesPereira/Portifolio.git
  1. run pnpm install or npm install
  2. If you want to switch to npm make sure to remove pnpm-lock.yaml and node_modules folder and then run npm install

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

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

Project Structure

Inside of your Astro project, you'll see the following folders and files:

├── public/
├── src/
│   ├── components/
│   ├── content/
│   ├── layouts/
│   ├── locales/
│   ├── middleware/
│   ├── pages/
│   ├── styles/
│   ├── utils/
│   └── consts.ts/
│   └── env.d.ts/
├── .prettierrc
├── astro.config.mjs
├── CONTRIBUTING.md
├── LICENSE
├── package.json
├── pnpm-lock.yaml
├── README.md
├── tailwind.config.cjs
└── tsconfig.json

This project use the template Astro-starter

About Astro.js...

Check out Astro documentation

About

A simple portifolio web with Astro.js and deploy on Vercel

https://portifolio-personal-astro.vercel.app/

License:MIT License


Languages

Language:Astro 64.6%Language:TypeScript 19.2%Language:JavaScript 15.5%Language:CSS 0.7%