Commit Graph

9 Commits

Author SHA1 Message Date
34543b7fea Simplify local dev (#137) 2023-05-25 15:56:28 +02:00
f28edd405f I can open the project in GitHub (#92)
* Ignore node_modules

* Use bash-compatible dotenv format

While still being compatible with dotenv, this
also allows sourcing the file to export all
variables in bash.

* Add prettier extension to recommendations

* Move to port 5001 to avoid conflict with macOS services

* Add workspace

* Add devcontainer

This automatically starts with all environment
variables available locally.

It brings up services which are dependent on each
other individually and verifies health before
moving on to the next service.

* Split init into clean, up, and logs tasks.

This allows the developer to set up .env and .npmrc
files before running services, and does not require
starting from a clean db every time the devcontainer
is restarted.

* Copy .env when creating codespace

* Automatically run UP command upon devcontainer creation

* Fix log message

---------

Co-authored-by: Felix Malfait <felix.malfait@gmail.com>
2023-05-03 11:34:10 +02:00
27070b374e In place edit company info (#90)
* Add update company functionality

* Fix padding in cells with chips

* Add icons to table headers
2023-04-28 06:50:04 +00:00
babd9208e7 chore: change way to store npm secrets 2023-04-18 15:31:58 +02:00
93fb5896b8 Setup Hasura locally 2023-04-12 15:54:16 +02:00
c2833cad53 Simplify infrastructure to one container 2023-03-06 19:13:59 +01:00
2ddb191556 ADD DS_Store to .gitignore 2023-02-23 11:04:05 +01:00
8e0dc44bf6 Generate Token through Auth0 2023-01-28 10:58:04 +01:00
cfc3a37e1f Setup Nest and React projects 2022-12-01 15:58:08 +01:00