ichi-h / ichi-h

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To live is to think and create.

module Main (main) where

import Prelude
import Effect (Effect)
import Effect.Class.Console (logShow)
import Types.Language (Language(..))
import Types.Profile (Profile(..))

me :: Profile
me =
  Profile
    { "1_name": "ichi-h"
    , "2_location": "Tokyo, Japan"
    , "3_languages": [ TypeScript, Haskell, FSharp, Rust, PHP ]
    , "4_favorites": [ "Thinking", "Creation", "Reading", "Music", "Coffee", "Tea" ]
    , "5_links":
        [ { site: "GitHub"
          , url: "https://github.com/ichi-h"
          }
        , { site: "X"
          , url: "https://twitter.com/ichi_h3"
          }
        , { site: "Portfolio"
          , url: "https://ichi-h.com"
          }
        ]
    }

main :: Effect Unit
main = do
  logShow me

Setup

git clone -b develop https://github.com/ichi-h/ichi-h.git
cd ichi-h
pnpm install
pnpm dev

Repositories

Readme Card

Readme Card

Readme Card

Readme Card

Readme Card

OSS Contributions

Readme Card

About