metaplex/js
Jordan Prince 5ddb2dfbd6 Added fair launch 2021-09-24 14:18:43 -05:00
..
assets/wallets New frontend only 2021-06-02 09:35:28 -05:00
packages Added fair launch 2021-09-24 14:18:43 -05:00
.eslintrc.js Fix: eslint configuration + fix and reformat existing code + eslint as step for lint-staged 2021-09-06 13:22:36 +03:00
README.md Fix minimum nodejs requirements (#482) 2021-09-24 13:06:10 -05:00
deploy-web.bat Create deploy script for Windows (#62) 2021-06-19 13:23:02 -05:00
deploy-web.sh fix: build 2021-06-23 10:26:48 -04:00
lerna.json New frontend only 2021-06-02 09:35:28 -05:00
package.json Fix minimum nodejs requirements (#482) 2021-09-24 13:06:10 -05:00
tsconfig.json New frontend only 2021-06-02 09:35:28 -05:00
yarn.lock Updating metaplex CLI to support Infura IPFS + `retainAuthority` flag (#413) 2021-09-23 22:22:31 -05:00

README.md

Setup

Be sure to be running Node v14.17.6 and yarn version 1.22.10.

yarn bootstrap

Then run:

yarn start

You may have to rebuild your package more than one time to secure a running environment.

Known Issues

Can't find CSS files in common

Common currently uses a less library to compile down less files into css in both the src directory for the TS server in vscode to pick up and in the dist folder for importers like lending and proposal projects to pick up. If you do not see these files appear when running the npm start lending or other commands, and you see missing CSS errors, you likely did not install the packages for common correctly. Try running:

lerna exec npm install --scope @oyster/common to specifically install packages for common.

Then, test that css transpiling is working:

lerna exec npm watch-css-src --scope @oyster/common and verify css files appear next to their less counterparts in src.

⚠️ Warning

Any content produced by Solana, or developer resources that Solana provides, are for educational and inspiration purposes only. Solana does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations.