Skip to content

roundware/roundware-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an admin dashboard for Roundware. Uses APIv2. Please note that this repository is currently under active development, which will include extensive use of git rebase. If you clone it, you will likely need to use hard resets to bring your local in line with origin:

git fetch origin
git reset --hard origin/master

This is built using AngularJS. It mostly follows John Papa's and Minko Gechev's style guides. Less consideration is given to Todd Motto's guide. Overall, it features a vertical, component-based architecture. A more in-depth development guide will be written up as this project progesses.

Installation

# Download the repository into a folder
git clone https://bitbucket.org/imalab/roundware-admin

# Enter the repo's directory
cd roundware-admin

# Install the required node modules
npm install

# Run grunt to generate the required CSS files
grunt

About

Admin panel for Roundware (AngularJS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published