You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
|
4 days ago | |
---|---|---|
.devcontainer | 2 years ago | |
.vscode | 2 years ago | |
public | 6 days ago | |
src | 4 days ago | |
.drone.yml | 2 years ago | |
.gitignore | 2 years ago | |
CHANGELOG.md | 4 days ago | |
Dockerfile | 1 week ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 2 years ago | |
env_fix.js | 2 years ago | |
index.html | 2 years ago | |
nginx.conf | 2 years ago | |
order_i18n.js | 2 years ago | |
package.json | 4 days ago | |
pnpm-lock.yaml | 6 days ago | |
postcss.config.js | 2 years ago | |
tailwind.config.js | 2 years ago | |
vite.config.js | 2 years ago |
README.md
@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: