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.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/photography-notes-website
- Owner: joaopalmeiro
- License: mit
- Created: 2023-07-04T17:28:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T08:27:01.000Z (8 months ago)
- Last Synced: 2025-01-31T07:12:16.148Z (3 months ago)
- Language: Vue
- Homepage: https://notes.joao.pics/
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```