Skip to content
/ rooms Public

A small app to view meeting room availability for Google Calendar

License

Notifications You must be signed in to change notification settings

HitFox/rooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rooms

A small app to view meeting room availability for Google Calendar.

###How to get up and running with development

After cloning the repo, cd into it and run the following:

$ npm install

After the necessary modules have been installed, use the following command to watch your files:

$ npm run watch

The only thing left to do now, is to start a server, e.g. Pythons simple HTTP server:

$ python -m SimpleHTTPServer 8000

Now visit localhost:8000/app/ in your browser and you will see the index page.

Build

npm run build

Deploy

s3cmd sync ./dist/* s3://rooms.hitfoxgroup.com

About

A small app to view meeting room availability for Google Calendar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published