drapisarda / serenegrove

Webapp that allows the user to easily create a custom guided meditation routine.

Home Page:https://serenegrove.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SereneGrove

SereneGrove is a project by Daniele Rapisarda and other collaborators.

SereneGrove

This is an experimental project made to give the meditation community a tool to make meditation easy and accessible.

Our mission is to make the world a better place by helping people find peace and serenity in their daily lives. We believe that meditation a powerful tools for achieving this goal and everyone should have access to the benefits of meditation, regardless of their location or experience level. That's why we've made our platform available for free and we aim to continuously improve it.

SereneGrove

This project is still on going. If you like to contribute, please contact us with an email to contact at SereneGrove (dot) com

Run it on your machine

This project runs on NodeJs and it has been developed on top of NodeJs v20.10.0, as stated in the .nvmrc file. (What's nvm?).

To run it locally you want to:

  • Install NodeJs v20.10.0. It includes npm.
  • Use your terminal to navigate into the project folder
  • (optionaly) install nvm and run nvm use
  • run npm install
  • run npm run dev so see the project running live on your machine.
  • visit http://localhost:3000 on your browser

Generate

This is supposed to be a static website. To generate the proper files run npm run generate. You'll find them in ./output/public/ .

Credits

Voice

The guided meditation voice is by Weylyn Ember

Resoruces

https://www.pexels.com/photo/green-grass-on-forest-418831/

icons

designed by Eucalyp from Flaticon https://www.flaticon.com/authors/eucalyp https://www.flaticon.com/authors/freepik https://www.svgrepo.com/svg/511178/trash-full https://www.svgrepo.com/svg/510911/chevron-up

https://www.svgrepo.com/

About

Webapp that allows the user to easily create a custom guided meditation routine.

https://serenegrove.vercel.app


Languages

Language:Vue 54.4%Language:TypeScript 20.7%Language:SCSS 18.8%Language:JavaScript 5.4%Language:CSS 0.7%