fleckz-nl / fleckz

Staffing agency app (Uitzendbureau)
https://fleckz.nl
Other
0 stars 0 forks source link

Fleckz App

How to develop

Prerequisites

Set the environment variables:

# .env
DATABASE_URL="YOUR_DATABASE_URL"
TEST_DATABASE_URL="YOUR_TEST_DATABASE_URL"

Install dependencies:

yarn install

Seed the database:

yarn redwood exec seed

Then start the development server:

yarn redwood dev

Your browser should automatically open to http://localhost:8910.

License

This project is licensed under Functional Source License (FSL) 1.1 MIT to achieve the balance of sustainability and openness. The license converts to MIT after two years.