LastMileNow is dedicated to solving the "Last Mile" problem in AI—bridging the gap between powerful models and everyday utility for non-technical users and small businesses (SMBs).
This repository contains the source code for the official website, modernized with Next.js and React.
To run this website locally on your machine, follow these steps:
- Node.js: Install Node.js (version 18 or higher recommended).
- npm: Comes bundled with Node.js.
-
Clone the repository:
git clone https://github.com/LastMileNow/lastmilenow.github.io.git cd lastmilenow.github.io -
Install dependencies:
npm install
-
Launch the website:
npm run dev
-
View in browser: Once the server starts, open your browser and navigate to:
http://localhost:3000
app/: Main application code, pages, and layout (Next.js App Router).content/: Markdown content for dynamic pages.assets/: Legacy assets (migrating topublic/).about.md,advocacy.md, etc.: Core content pages.
This project is licensed under the MIT License - see the LICENSE file for details.