All Projects → rchrd2 → TextEditor

rchrd2 / TextEditor

Licence: MIT License
Simple Text Editor for Sandstorm built with MeteorJS

Programming Languages

HTML
75241 projects
Cap'n Proto
48 projects
shell
77523 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

TextEditor

TextEditor is an extremely basic plain text editing application for SandstormIO built with MeteorJS. However, since it's using MeteorJS, it is reactive, and data is live updated across clients.

Usage

  • Go to ./releases and download TextEditor.spk.
  • Upload to your sandstorm server and create a new document.

Testing it out locally:

meteor serve

Building for SandstormIO

Follow the vagrant spk steps found here https://docs.sandstorm.io/en/latest/vagrant-spk/platform-stacks/#meteor-platform-stack

Copied for posterity:


Meteor platform stack

For a Meteor app, keep the following in mind:

  • Run vagrant-spk setupvm meteor
  • Run vagrant-spk up. Note this will print lots of red text; sorry about that, then abruptly end.
  • Run vagrant-spk init and edit .sandstorm/sandstorm-pkgdef.capnp
  • Run vagrant-spk dev and make sure the app works OK at http://local.sandstorm.io:6080/
  • Run vagrant-spk pack ~/projects/meteor-package.spk and you have a package file!

Credits

Richard Caceres (@rchrd2)

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].