GithubHelp home page GithubHelp logo

rrrutledge / satturn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oreillymedia/satturn

0.0 2.0 0.0 53.87 MB

A file editor with support for markdown and json

CSS 56.68% HTML 0.47% Go 0.18% JavaScript 33.97% Jupyter Notebook 8.62% Shell 0.02% Smarty 0.06%

satturn's Introduction

Satturn File Editor

An interface to author orioles including a markdown editor and an annotating tool. Eventually will be used other content types

Installation

You will need node and npm.

Install dependencies:

npm install

Usage

npm start

Development

npm run develop

This app uses a very simple file read/write api written in go. There's probably no need to make changes to it but the standard building scripts needs go to be able to build it.

  • install go
  • place this folder in the GOPATH folder structure convention ($GOPATH/src/github.com/oreillymedia/satturn)
  • go to the api subfolder and install the dependencies with go get
  • To build npm run api:build will create a binary for your machine and another one targeting linux servers.

Building and versioning

We're using npm's scripts and versioning tools.

This script builds everything and pushes a tag to github.

npm version {major,minor,patch}

This can be used to clone just the desired version of the package:

git clone --branch v0.2.3 --depth 1 https://github.com/oreillymedia/satturn.git /your/destination/path/

This produces two self contained binaries. You don't need anything else to run the app.

backend/server (for your machine)

backend/server-linux (for linux machines)

satturn's People

Contributors

bravomartin avatar runemadsen avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.