GithubHelp home page GithubHelp logo

fossabot / about.mycrypto.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ollutr-sketc/about.mycrypto.com

0.0 1.0 0.0 20.78 MB

License: MIT License

JavaScript 3.25% HTML 74.80% CSS 21.96%

about.mycrypto.com's Introduction

MyCrypto About / Team Page

FOSSA Status

Live site can be found at https://about.mycrypto.com.

Quick Start Guide

To build this project locally, you need to have Node.js installed. Clone the project with Git and run:

$ cd about.mycrypto.com

$ yarn install

$ gulp (if this fails, make dependancy [email protected] and rerun yarn install)

This will run Gulp to build the project and watch for changes. You can open dist/index.html to view your local copy.

To Release

  • Open 2 terminal windows
    • On the first terminal, be in ./dist and run;
      • Create a new git repo: git init
      • Add the same remote: git remote add dist [email protected]:MyCryptoHQ/about.mycrypto.com.git
      • Checkout into the current live version: git checkout gh-pages
      • Create a new branch for the release: git checkout -b gh-pages-release-<date>
    • On the second terminal, be in ./ and run gulp to build the project
  • Check to see if the build was successful by opening ./dist/index.html in the browser
  • Navigate to the first terminal
    • Add all the changed files: git add .
    • Commit them: git commit -m "Compile for release
    • Push to remote: git push dist gh-pages-release-<date>
  • Now create a PR from gh-pages-release-<date> into gh-pages (like: MyCryptoHQ#42)
  • Get Infra to clear CF caches (project is live at https://mycryptohq.github.io/about.mycrypto.com/ without this though)

License

FOSSA Status

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.