Skip to content

AR application for simple configuration of tours through cities

License

Notifications You must be signed in to change notification settings

m4p0TeamZ/virtual-time-travel

 
 

Repository files navigation

Virtual Time Travel

Funding

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.

BKM-Logo NeustartKultur

Development

This is a monorepo project generated with Nx.

Requirements

  • Node
    • Install node v16.16.0 (LTS)
    • Install nx as global package
      • npm i --location=global nx

Development server

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.

Code formatting:

nx format:check --configuration=.prettierrc

or

nx format:write --configuration=.prettierrc

Code Linting:

nx lint

or

nx lint -- --fix

Documentation

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

About

AR application for simple configuration of tours through cities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.4%
  • JavaScript 5.3%
  • CSS 4.5%
  • Other 0.8%