blog/frontend
2024-08-01 23:31:24 +01:00
..
src Added search bar. 2024-08-01 23:31:24 +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 Added PostMin. New post style. Added animejs and mdi packages. 2024-07-27 17:16:40 +01:00
package.json Added PostMin. New post style. Added animejs and mdi packages. 2024-07-27 17:16:40 +01:00
README.md Initial Commit. 2024-03-10 11:47:49 +01:00
svelte.config.js Backend: Added picture and a limit to post. Frontend: Designed carousel vertical on the main page. 2024-03-14 23:34:50 +01:00
toto Backend: Added picture and a limit to post. Frontend: Designed carousel vertical on the main page. 2024-03-14 23:34:50 +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