Skip to content

mqp/altspacevr-project-html-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Directory

This tool is a lightweight web interface for browsing and editing available spaces.

Installing

Packaging and dependencies are managed by npm. To install everything:

$ cd src
$ npm install

Running

The codebase is built into a Javascript bundle via webpack. You can run webpack-dev-server (included) to try it out:

$ npm run dev

Once it's running, head to http://localhost:8080 to see it in action.

Tests

No automated tests yet, oops! At least there's eslint:

$ npm run lint

About

AltspaceVR interview project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • HTML 4.0%
  • CSS 0.7%