Skip to content

Latest commit

 

History

268 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cover image representing Walkable LLC Website

Walkable LLC is focused on building, documenting and operating infra projects.

About this repo

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.

Used by

Contributors

Languages

Generated from ibelick/nim