Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwightjack/marco.solazzi.me
My personal website
https://github.com/dwightjack/marco.solazzi.me
Last synced: about 1 month ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/dwightjack/marco.solazzi.me
- Owner: dwightjack
- License: mit
- Created: 2016-11-19T14:27:43.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T20:34:18.000Z (7 months ago)
- Last Synced: 2024-04-14T01:00:13.664Z (7 months ago)
- Language: Astro
- Homepage: http://marco.solazzi.me
- Size: 7.5 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Resume
> Personal Website
## Stack
- [Astro](https://astro.build/)
- CSS and JS linting with [ESLint](http://eslint.org/) and [Stylelint](https://stylelint.io/)
- Modern CSS with [postcss-preset-env](https://preset-env.cssdb.org/)## Requirements
- Node.js >= 16.17.0
- [pnpm](https://pnpm.io/)## Installation
1. Clone this repo
2. From project root:
```
pnpm i
```## Scripts
Use `pnpm run `:
- `dev`: start development mode
- `build`: generate a production build
- `preview`: run a server pointing to the `dist` folder
- `lint`: lint both styles and JS files