The museum4punkt0 project is funded by the Federal Government Commissioner for Culture and the Media on the basis of a resolution of the German Bundestag.
This is a monorepo project generated with Nx.
- Please adopt the Conventional Commit 1.0.0 specification
- Development practice follows the git flow principles
- Do not forget to publish your Feature-/BugFix-/Hotfix-/Support-/Release-Branch to the remote repository
- Node
- Install node v16.16.0 (LTS)
- Install nx as global package
npm i --location=global nx
Run nx serve geo-ar
for a geo-ar dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
nx format:check --configuration=.prettierrc
or
nx format:write --configuration=.prettierrc
nx lint
or
nx lint -- --fix
The documentation is using docsify. This is a client side only tool.
- Client side only Markdown renderer
- To serve it localy, just use a http server.
npm install --global http-server
http-server -c-1 ./docs