Skip to content

antistatique/windmill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windmill

Getting Started

Install dependencies

yarn install

Environment Variables

Create a .env.local file similar to .env.local.example and fill in the values for your environment.

cp .env.local.example .env.local

Run the development server

yarn dev

Build

yarn build

Test

yarn test
yarn coverage

Deployment

The production build of the main branch is automatically deployed to Vercel.

The production build of the develop branch is automatically deployed to Vercel.