22 lines
276 B
Markdown
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
|
|
```
|