A wizard to help you configure a locking system.
This repository has been archived on 2025-08-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Stefan Frede 72a5c1f461
feat: add serve
A server to run builds locally.
2021-12-29 16:50:44 +01:00
packages feat: implement redux persist 2021-11-12 19:53:06 +01:00
scripts refactor: switch to redux actions 2019-12-09 22:48:55 +00:00
template feat: componentize elements 2019-12-13 14:49:24 +00:00
utils feat: set up webpack environment 2019-10-27 12:35:36 +00:00
.editorconfig feat: set up the workspace 2019-10-23 19:10:01 +00:00
.eslintignore feat: set up the workspace 2019-10-23 19:10:01 +00:00
.eslintrc.json feat: update node modules 2021-06-13 12:29:40 +00:00
.gitattributes feat: set up the workspace 2019-10-23 19:10:01 +00:00
.gitignore chore: update .gitignore 2021-01-27 14:50:02 +01:00
.gitlab-ci.yml chore: update node version in ci runner 2021-06-20 10:00:21 +02:00
.prettierignore feat: set up the workspace 2019-10-23 19:10:01 +00:00
.prettierrc feat: set up the workspace 2019-10-23 19:10:01 +00:00
.stylelintrc feat: set up the workspace 2019-10-23 19:10:01 +00:00
.tern-project feat: set up webpack environment 2019-10-27 12:35:36 +00:00
babel.config.js chore: remove obsolete babel plugins 2020-01-17 20:19:43 +01:00
commitlint.config.js feat: set up webpack environment 2019-10-27 12:35:36 +00:00
LICENSE feat: set up webpack environment 2019-10-27 12:35:36 +00:00
netlify.toml fix: remove build step in netlify.toml 2021-06-20 10:47:20 +02:00
package.json feat: add serve 2021-12-29 16:50:44 +01:00
README.md feat: set up webpack environment 2019-10-27 12:35:36 +00:00
records.json feat: add serve 2021-12-29 16:50:44 +01:00
webpack.config.js feat: implement change requests 2021-04-11 14:36:11 +00:00
webpack.parts.js refactor: update config 2019-10-29 19:03:14 +01:00
yarn.lock feat: add serve 2021-12-29 16:50:44 +01:00

Schweisthal Locking System Assistant

An assistant to help you to configure a locking system.

Install Dependencies

First, make sure you have Yarn installed, then run yarn install in the root folder to install the dependencies.

Run Application

$ yarn start

Run Linters

$ yarn run lint