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
git clone https://github.com/luomus/laji-dmp.git
cd laji-dmp/laji-dmp-backend
cabal run
By default saves sqlite db to ./, but the path can be set with LAJI_DMP_DATABASE environment variable if needed. Port 4000. Might need to do a small code change to add env var for port.
Should route everything under the domain to the app.
Frontend:
Install node & vite, then:
npm ci
npm run build
Expose the contents of /dist. Route all routes under the domain to /dist/index.html.
The text was updated successfully, but these errors were encountered:
Backend:
First apt-get ghcup, then:
Set up project:
By default saves sqlite db to
./
, but the path can be set withLAJI_DMP_DATABASE
environment variable if needed. Port 4000. Might need to do a small code change to add env var for port.Should route everything under the domain to the app.
Frontend:
Install node & vite, then:
Expose the contents of
/dist
. Route all routes under the domain to/dist/index.html
.The text was updated successfully, but these errors were encountered: