- Navigate to the
threejs
directory withcd ../threejs
. - Minify your
02_main.js
file and save it ascompressed-inputs/02_main.min.js
.- If you have
minify
installed, runminify 02_main.js > compressed-inputs/02_main.min.js
in the terminal. - If you don't have
minify
, just put the js code incompressed-inputs/02_main.min.js
directly.
- If you have
- Run
make clean && make
in the terminal. - Your final file will be
index.html
. - To check if
index.html
file works locally, openindex.html
and search and replace "fetch(/content/" with "fetch(https://ordinals.com/content/".
Files
threejs
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||