Рет қаралды 1,339
In this coding tutorial, we learn how to deploy a website that you code to the Internet Computer. I show you the folder structure required by DFinity, as well as the configuration files that need be within your projects. Once your folder structure is complete, code your website. After your website is coded and tested, you can now deploy it using dfx. Hope you enjoy this tutorial.
canister_ids.json:
{
"website": {
"ic": "####-####-###"
}
}
dfx.json:
{
"canisters": {
"website":{
"type": "assets",
"source": ["assets"]
}
}
}
Instagram: JamesAllan0
Patreon: / cityxcape