LivingDead NFT Project

This commit is contained in:
2022-01-10 22:49:39 +01:00
commit da22559503
64 changed files with 3234 additions and 0 deletions

7
index.js Normal file
View File

@@ -0,0 +1,7 @@
const basePath = process.cwd();
const { startCreating, buildSetup } = require(`${basePath}/src/main.js`);
(() => {
buildSetup();
startCreating();
})();