Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 405 Bytes

reader-gallery

This is a frontend app; it does not have a backend (uses Alchemy APIs for data).

Project Setup

npm install

Required environment variables can be found in .env.example, for easy dev usage simply cp .env.example .env and then edit .env

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build