Skip to content

isso-719/isso.cc

Repository files navigation

isso.cc

isso.cc is a Kazuki Isogai (isso)'s personal website & blog.

Getting Started

# Clone the repository
git clone [email protected]:isso-719/isso.cc.git
cd isso.cc

# Install dependencies
npm install

# Create your first article
make article title="hello_world" # see articles/hello_world/hello_world.mdx

# Build article metadata
make all

# Start development server
npm run dev