https://github.com/vixalien/amnesia
https://github.com/vixalien/amnesia
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vixalien/amnesia
- Owner: vixalien
- Created: 2025-11-01T00:34:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-12T10:37:29.000Z (4 months ago)
- Last Synced: 2026-03-12T17:23:01.279Z (4 months ago)
- Language: TypeScript
- Size: 381 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amnesia
simple gallery at https://memories.vixalien.com
## Environment variables
Put these in a `.env.local` file
```sh
AMNESIA_API_KEY=your_api_key_here
AMNESIA_SITE_ID=your_site_id_here
```
## Usage
```
npm install
npm dev
```