hicetnunc UI is intended to experiment with different smart contracts designs.
There are many services you can use. Currently in the discord there are instructions for different services in the pinned messages in the #general-dev channel
link to pinned message: https://discord.com/channels/908672304236625970/908710947412140082/911347676258369597
discord invite: https://discord.gg/EeDgYwh2tH
Make an account on render.com, choose your forked/cloned github HEN repository
Settings Configurations (without quotation marks):
build command: "npm run build"
publish dir: "./build"
set your ENV variables (in the .env file https://github.com/violetforest/hicetnunc/blob/main/.env)
go to the Redirects/Rewrites tab and add the following details:
source: "/*"
destination: "/index.html"
action "Rewrite"
npm i
npm start
You might need the following versions of node/npm but some people have success without these versions
node v12.18.3
npm 6.14.6
MIT license