Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/georgegriff/griffadev


https://github.com/georgegriff/griffadev

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# griffadev

Code for https://griffa.dev

```
npm install
```

Dev

```
npm start
```

Prod

```
npm run build
```

## Fixing sharp error on M1 Macs

```
npm install
npm install --platform=darwin --arch=arm64 sharp
npm install --arch=x64 --platform=darwin sharp
```

npm install --platform=darwin --arch=arm64v8 sharp

npm rebuild --platform=darwin --arch=arm64v8 sharp