Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrismckenzie/splendid

A tasty code editor
https://github.com/chrismckenzie/splendid

Last synced: 29 days ago
JSON representation

A tasty code editor

Awesome Lists containing this project

README

        

![](https://raw.github.com/ChrisMcKenzie/Splendid/master/docs/Images/splendid_banner.png)

#About Splendid:
Splendid is a text editor made to stay out of the way and let you code built using web technologies and runs on the chrome app platform. Splendid uses open source tools and technologies such as.
* [Yeoman](http://yeoman.io)
* [AngularJS](http://angularjs.org/)
* [UIKit](http://getuikit.com/)

![](https://raw.github.com/ChrisMcKenzie/Splendid/master/docs/Images/main_screenshot.png)
![](https://raw.github.com/ChrisMcKenzie/Splendid/master/docs/Images/sidebar_screenshot.png)
![](https://raw.github.com/ChrisMcKenzie/Splendid/master/docs/Images/settings_screenshot.png)

#To Install:
1. Clone this repo `git clone https://github.com/ChrisMcKenzie/Splendid`
2. you will need bower to download the dependencies you can install by entering `npm install -g bower` in you terminal
3. run `bower install` in the root of the repo.
2. Open Chrome and go to Settings -> Extensions
3. enable developer mode
4. Click load unpacked extension and go to the cloned repo and open the `/app` folder.

#Wanna Help Out?
To get Started build Splendid you will need [Yeoman](http://yeoman.io) installed you can install this by entering `npm install -g yo`. Next fork the Splendid repo and clone, you can then install it in chrome by following the above steps.

After the setup is pretty much done in order to debug run `grunt debug` in your terminal which will setup the livereload server and get things rolling.