blog/frontend/README.md
2024-03-10 11:47:49 +01:00

22 lines
276 B
Markdown

# Etheryo Blog Frontend
*Powered by the Svelte Framework*
## Developing
Just run this command after installing npm.
```bash
npm install
npm run dev
```
## Building/Running Production
To create production and running it.
```bash
npm install
npm run build
node build
```