Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.12 KB

File metadata and controls

44 lines (28 loc) · 1.12 KB

🤯 Brain Notes

https://brainnotes.de

Web based headache calendar with export function to show results to your doctor.

Development

To set up your development environment clone the repository and install dependencies. This project uses yarn as its package manager.

# Clone repository
> git clone git@github.com:sto3psl/head-hurts.git

# Install dependencies
> yarn install

Run the development server with:

> vercel dev

Please make sure that you have the Vercel CLI installed. Instructions can be found at https://vercel.com/download.

Deployment

The application is hosted with Vercel and is automatically deployed through Github.

Alternatively it is possible to deploy with the Vercel CLI.

> vercel

# Yeah that is actually it.

Technical Informations