Live at: https://cryptorado.org
A community run and maintained website that anyone can host and contribute to. It is the place to find out what is going on in the Cryptorado & Web3 community. Resources live here to connect, learn, and get involved in all that is going on in the community!
This is a simple HTML site, no frameworks 😸 .
Open up the containing directory in a terminal and use the command:
cd site
npx live-server
This will serve the website in your default browser on 127.0.0.1:8080
by default and has live-reload on any file changes in ./site
.
This site is hosted on IPFS - it's content is pined to IPFS, and access it from any IPFS gateway or node, and redirect our domain name to point to the IPFS gateway, this article goes over how to do that.
- Pin the
./site
working directory locally and on community node(s) with UnixFS style. Do not wrap in folder to preserve name! - Pin to hosting service(s) via CID or direct upload of the site working directory.
- Update DNS for new CID (dnsLink).
- Inform the community of new CID.
The site aims to be static and client side only compute (or integrated API calls for distributed compute) to enable one to completely own and manage their own data on the site, and are incentivized to host and run operations related to the site. (see Desired Architecture and Features in the archived old version of the site)
Desire no server side compute needed. Everyone who hosts our resources can be a server and client. What does a static site model provide?
- Optimized SEO
- Lightning fast and light to host and load
- Flat pages as database
- Can be tracked in a Git repo - so history is maintained and easy to host among distributed peers
API to Web3 services to hold the events calendar (replace google) would be an awesome addition!
Want a very easy onboarding process - just install and you are a host + node for all the community resources. To host the site under our own domain on IPFS, this is pretty comprehensive.
- Site Template:
Directive by HTML5 UP
(html5up.net) - Icons
- Tooling: jQuery, Responsive Tools