Coder Social home page Coder Social logo

reno's Introduction

Reno

The biggest little UI in the world.

Requirements

Node and npm.

Running locally

  • To install dependencies:

    npm install
    
  • To run a development/demo server:

    npm start
    
  • To generate a static version of the demo website:

    npm run build
    

Using

In order to use it on other projects:

  • Upgrade Reno: npm update reno.

For local development, the simplest thing to do is linking instead of doing publishing cycles:

  • Declare Reno as linkable:
    • Go to Reno.
    • Do: npm link.
  • Use Reno as a link:
    • Go to other project.
    • Do: npm link @researchnow/reno (use its name from package.json).

Publishing Reno

  • Make sure it works.
  • Build a distribution: npm run build.
  • Bump the version in package.json.
    • For npm: npm i.
  • If the documentation has changed (in /pages):
    • Run npm run build to regenerate /docs.
      • DO NOT EDIT /docs MANUALLY!
  • Commit everything.
  • Tag it. Example:
    • Mark it up: git tag 1.0.9.
    • Push tags up: git push --tags.
  • Update the version in the dependency link.

Designs

You may find the designs here: https://projects.invisionapp.com/d/main#/projects/prototypes/10491947

reno's People

Contributors

tianbijiang avatar jpauletti1 avatar elazutkin-dynata avatar cbobbett avatar uhop avatar

Watchers

James Cloos avatar LaKindra Hampton avatar Eric See avatar Vesna Pavlou avatar

Forkers

isabella232

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.