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

https://github.com/joaopalmeiro/photography-notes-website

Personal notes on photography.
https://github.com/joaopalmeiro/photography-notes-website

Last synced: about 1 month ago
JSON representation

Personal notes on photography.

Awesome Lists containing this project

README

        

# photography-notes-website

> https://notes.joao.pics/

Personal notes on photography.

## Development

Install [fnm](https://github.com/Schniz/fnm) (if necessary).

```bash
fnm install && fnm use && node --version && npm --version
```

```bash
npm install
```

```bash
npm run dev
```

```bash
npm run lint
```

```bash
npm run format
```

## Deployment

```bash
npm run build
```