runner selfservice portal
Philipp Dormann
a1b600df1c
All checks were successful
continuous-integration/drone/push Build is passing
|
||
---|---|---|
.devcontainer | ||
.vscode | ||
public | ||
src | ||
.drone.yml | ||
.gitignore | ||
CHANGELOG.md | ||
docker-compose.yml | ||
Dockerfile | ||
env_fix.js | ||
index.html | ||
LICENSE | ||
nginx.conf | ||
order_i18n.js | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
vite.config.js |
@lfk/selfservice
runner selfservice portal
⚡ Development
Requirements
- Node.js v14.16.0 or newer
- yarn package manager >= v1.22.10 < 2
Recommended Extensions
- will be automatically recommended via
./vscode/extensions.json
- we also provide a config for i18n-ally in the
./vscode/
folder
Fastest Dev Environment
- You can install the Remote - Containers extension and use all recommended extensions and editor settings via the provided
./devcontainer/
config
Manual Dev Environment
yarn && yarn dev --open
🔨 Environment config
- copy the
/public/env.sample.js
file to/public/env.js
- set the required environment variables
documentserver_key
: url to the document server instancebaseurl
: url to the main lfk instance - WITH TRAILING SLASH- see @lfk/deployment for a complete deployment guide
baseurl_selfservice
: location of the selfservice instance - WITH TRAILING SLASH- e.g. path:
/selfservice/
- e.g. url:
https://example.com/selfservice/
- e.g. path: