frontend/README.md

25 lines
351 B
Markdown

# Publite Frontend
<p align="center">
<img src="https://github.com/publite/frontend/raw/main/logo.svg" alt="Publite logo" width="150px">
</p>
## Overview
Frontend for Publite service — E-Books reader
## Deploy
Dev environment setup:
```bash
npm i
# Run with watch
npm run dev
# Build to test prod
npm run build
npm exec serve -s build
```