Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrismckenzie/splendid
- Owner: ChrisMcKenzie
- License: mit
- Created: 2013-12-14T06:10:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-06T06:27:36.000Z (about 10 years ago)
- Last Synced: 2024-04-14T15:13:24.610Z (7 months ago)
- Language: JavaScript
- Homepage: http://chrismckenzie.io/projects/splendid/
- Size: 102 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.