amer3000 / dosome.yoga

A low friction, open-source yoga planner aimed at removing a barrier to practicing yoga everyday.

Home Page:https://www.dosome.yoga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dosome.yoga

A low friction, open-source yoga planner aimed at removing a barrier to practicing yoga everyday. It generates yoga "practices" based on a user selected set of tags and time span.

The production app is available at https://www.dosome.yoga

The application is built on Next.js and written in Typescript. The production environment runs on Vercel. The data store is postgres.

Design

From the start the project has aimed to be ultra-low friction and privacy conscious, as such there is no login or account system and no user information is collected. Any user specific configuration is stored in the browser localStorage (when possible). Basic visitor analytic data is collected using goatcounter and is publicly accessible here.

Local Development

This repo includes the database schema and sample seed data. To run the local environment you will need Docker.

  1. Start the database and ensure database is seeded with test data

In a terminal tab, run:

npm run db-up
  1. Start the web server.

Open a second terminal tab, and run:

npm run dev

The server should now be runnung on http://localhost:3000

Code & Style

Code style is enforced with prettier and tslint. Git pre-commit hooks exists to enforce this.

Contributing

The project uses GitHub issues to track bugs, features and tech debut. It also uses GitHub projects to map out releases. Bug reports and pull requests are gladly received!

About

A low friction, open-source yoga planner aimed at removing a barrier to practicing yoga everyday.

https://www.dosome.yoga

License:GNU Affero General Public License v3.0


Languages

Language:TSQL 97.4%Language:TypeScript 1.8%Language:CSS 0.5%Language:PLpgSQL 0.2%Language:Shell 0.0%Language:Dockerfile 0.0%