Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.16 KB

Clearness

Source code and articles for clearness.dev/

Roadmap

  • build the blog with remix.run

  • og meta and images

  • open source the "voting" repo

    • set license
  • analytics with plausible

  • open source blog repo

  • update licenses (inspired by overreacted)

  • improve existing "annexes" and "clarity" articles

    • "from 0 to clarity" - how to get started with no coding experience
    • "from JS to clarity" - transfer JS/TS knowledge to clarity
    • "define functions" - read-only, public, privat - arguments and return/resonse types
    • "deploy on mainnet and testnet"
  • series

    • first series of articles "voting system"
    • "build the web3 app" to interact with the voting system
    • part 2 of "voting system": NFT reward, deployment

Development

To run your Remix app locally, make sure your project's local dependencies are installed:

$ npm install

Afterwards, start the Remix development server like so:

$ npm run dev