You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[skillbased](http://skillbased.xyz) is a service that is aimed to provide players of casual, "pick-up" type sports to quickly and easily create balanced teams for their activity, and save those teams to create elevated levels of competition.
4
+
[Skillbased](http://skillbased.xyz) is a service that is aimed to provide players of casual, "pick-up" type sports and activities to quickly and easily create balanced teams, and save those teams to create elevated levels of competition. Skillbased is designed to be generic,
5
+
allowing an unlimited number of custom `Sports` and `Skills` to be added and modified.
5
6
6
7
## Development
7
8
8
9
Rename the `.env` file to `.env.local`. The default values should allow the API and postgres to start, however to
9
-
enable Auth0 on the frontend, you'll need to supply your own credentials to their corresponding environment variables
10
+
enable Auth0 on the frontend, you'll need to supply your own credentials to their corresponding environment variables.
11
+
12
+
The `DEV_MODE` variable is set to `true` by default, and disables SSL for Postgres.
10
13
11
14
Build and run the API, frontend, and a postgres database locally with: `docker-compose -f docker-compose.local.yml up --build`
0 commit comments