https://github.com/shaifarfan/astro-portfolio-mike
https://github.com/shaifarfan/astro-portfolio-mike
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shaifarfan/astro-portfolio-mike
- Owner: ShaifArfan
- Created: 2024-02-01T21:20:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T19:42:51.000Z (over 1 year ago)
- Last Synced: 2025-01-12T11:24:20.112Z (9 months ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |