An open API service indexing awesome lists of open source software.

https://github.com/shaifarfan/astro-portfolio-mike


https://github.com/shaifarfan/astro-portfolio-mike

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Astro Portfolio (Mike)

## Eslint & Prettier Setup

1. `https://github.com/ota-meshi/eslint-plugin-astro`
1. `https://github.com/withastro/prettier-plugin-astro` & `eslint-config-prettier` & `eslint-plugin-perttier`

## 🧞 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 |
| `npm run lint` | Lint your code with ESLint |
| `npm run lint:fix` | Lint your code with ESLint and fix issues |