Skip to content

rzkw/walkable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

199 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cover image representing Walkable LLC Website

Walkable is focused on building, documenting and operating infra projects. This repo is a working codebase and record of ongoing design decisions, and professional development.

About this repo

This repo contains the source code for a Next.js web app developed under Walkable.

The code is used to:

  • Deploy the app to Cloudflare Workers, and
  • Package the app into a Docker container (with Cloudflare-specific plugins removed)

Docker image

A multi-architecture Docker image is available for this app. The image packages the entire Walkable app into a self-contained artifact that can be built and run consistently across environments. It is intended for testing and/or deployment, both local and remote.

Purpose and scope

  • Demonstrating experience with production/deployment workflows
  • Understanding of containerisation in operations
  • Serve as a foundation for future contracting work and external collabs

Getting Started

This project can be run locally, viewed live, or as a Docker container.

  • Locally:

    • Clone repo:
      git clone https://github.com/rzkw/walkable.git
      cd walkable
      
    • Install dependencies:
      npm install
      
    • Start dev server (may need to disable Cloudflare-related configs):
      npm run dev
      
  • Live:

The live version is deployed to Cloudflare Workers directly from this repo, not from the Docker image.

  • Docker container:

    • Pull the image:
      docker pull rzkw/walkable
      
    • Run the container:
      docker run -p 3000:3000 rzkw/walkable
      

Contact

For contracting, technical discussions or feedback, feel free to contact via the usual profiles.

Or submit a pull request!

Template

Used a template built with Next.js 15, React 19, Tailwind CSS v4, and Motion-Primitives Pro.

Contributors

Languages

Generated from ibelick/nim