Landing
The landing page of MyCrypto
Install / Use
/learn @MyCryptoHQ/LandingREADME
MyCrypto Landing Page
This repo stores the MyCrypto landing page.
Development / Build Requirements
- Node 12.x*
- Yarn >= 1.19.1**
<sub>*Higher versions should work fine, but may cause inconsistencies.</sub> <br /> <sub>**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</sub> <br />
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.
Related Skills
node-connect
340.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.1kCommit, push, and open a PR
