Skip to content

CreedsCode/spanish-or-vanish.ens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

spanish-or-vanish.eth

This is my blog!

This is my new little baby, this projects hosts my portfolio/blog as a dapp! Fully decentralized utilizing new exciting technologies!

My first idea is to build something with a small bundle size, so building plog pages, and then bundling them as a static page into the blog would be my version.

In future I look forward to make this more dynamic and build an CMS around it.

Current design:

I will be using fleek to manage the hosting of this art piece. It's purpose is to deploy on IPFS and integrate with ENS seamlessly. Check them out!

The page is build with astro! I try to minimize the file size so this is the next best options.

🧞 Commands

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro --help Get help using the Astro CLI