Giter Club home page Giter Club logo

dosome.yoga's Introduction

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!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.