A browser based personal gist/ code snippet manager, built with latest Ember Octane, with integrated Visual Studio Code for code editing, support for dark mode and offline capability.
Check out the app : https://gists.surge.sh/
- Ember Octane conventions
- VS Code integrated code editor
- Runs on LocalStorage
- Auto / Dark Mode
- Auto mode - Set mode based on the OS setting (Ex: Dark Mode in macOS Mojave )
- Offline support
- Default / Auto
- Dark Theme
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>
this repositorycd gist-it-octane
npm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
Travis CI Integration takes care of automatic deployment on every PR merge to master.
- If you wish to contribute to this repository, fork it and send a PR 😬.
- And, if you like the repo, please do 🌟 it.