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

276 B

Etheryo Blog Frontend

Powered by the Svelte Framework

Developing

Just run this command after installing npm.

npm install
npm run dev

Building/Running Production

To create production and running it.

npm install
npm run build
node build