Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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