ivanasetiawan / ivanasetiawan.github.com

Ivanasetiawan's github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Ivana Setiawan

I build Venopi. Our mission is to improve the event ecosystem through collaboration, digitalisation, and smart work.

I am a self-taught software engineer and hacker - have been writing code since 2009.

And oh, I am a JavaScript lover, Blockchain (Solidity) experimentalist and Web3 enthusiast. I also really enjoy UX Design.

A coder at heart and reader during leisure time.
https://www.venopi.com ~ http://ivanasetiawan.com

## Usage

To run the project, install jekyll & then bundle install to install all the dependency:
```bash
gem install bundler jekyll
bundle install
```

Run the project:
```bash
bundle exec jekyll serve
```

Draft blog:
```bash
bundle exec jekyll serve --draft
```

Run tailwind for styling:
```bash
npx tailwindcss -i ./assets/main.css -o ./assets/dist/main.css --watch
```

## Roadmap
- Web3 101: Smart contract setup for your local development
- Solidity: the basic value types you need to know to write your first smart contract
- Solidity: let's create a simple smart contract together!

About

Ivanasetiawan's github


Languages

Language:HTML 97.6%Language:CSS 2.1%Language:JavaScript 0.1%Language:Ruby 0.1%