GithubHelp home page GithubHelp logo

isabella232 / landing-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mycryptohq/landing

0.0 0.0 0.0 46.65 MB

The landing page of MyCrypto

License: MIT License

JavaScript 6.78% TypeScript 93.22%

landing-2's Introduction

MyCrypto Landing Page

Build GitHub license

This repo stores the MyCrypto landing page.

Development / Build Requirements

  • Node 12.x*
  • Yarn >= 1.19.1**

*Higher versions should work fine, but may cause inconsistencies.
**npm is NOT supported for package management. MyCrypto Landing uses yarn.lock to ensure sub-dependency versions are pinned, so yarn is required to install node_modules

Running the App

First, you must run yarn to grab all the dependencies. If you are ever having trouble with something, a good place to start is by trying rm -rf node_modules/ && yarn which will completely clear all your previously installs dependencies and re-install them from scratch.

Then, you can run various commands depending on what you want to do:

Development

# run app in dev mode in browser, rebuild on file changes
yarn start

A development server will be available on https://localhost:8000

Production

# builds production app version used on mycryptobuilds.com
yarn build

The static build is located inside the public folder

Staging Environment

Master Build

A preview of the Landing is hosted on MyCryptoBuild.

Build is triggered when code is pushed on the master branch or when a pull request is submitted.

PR Build

A preview of a PR is hosted on MyCryptoBuild. It can be found at https://landing.mycryptobuilds.com/pr/PR_NUMBER

Commit Bulid

A preview of a commit is hosted on MyCryptoBuild. It can be found at https://landing.mycryptobuilds.com/COMMIT_SHA

License

The landing page is MIT licensed.

landing-2's People

Contributors

guillaumerx avatar vilsbole avatar 409h avatar data-go avatar blurpesec avatar mrluit avatar mrtenz avatar jspence425 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.