blog/frontend
2024-03-11 00:26:53 +01:00
..
src Added active element. 2024-03-11 00:26:53 +01:00
static Initial Commit. 2024-03-10 11:47:49 +01:00
.gitignore Initial Commit. 2024-03-10 11:47:49 +01:00
.npmrc Initial Commit. 2024-03-10 11:47:49 +01:00
.prettierignore Initial Commit. 2024-03-10 11:47:49 +01:00
.prettierrc Initial Commit. 2024-03-10 11:47:49 +01:00
package-lock.json Initial Commit. 2024-03-10 11:47:49 +01:00
package.json Initial Commit. 2024-03-10 11:47:49 +01:00
README.md Initial Commit. 2024-03-10 11:47:49 +01:00
svelte.config.js Initial Commit. 2024-03-10 11:47:49 +01:00
vite.config.js Initial Commit. 2024-03-10 11:47:49 +01:00

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