Skip to content

Repository files navigation

1PM — One Per Month

Bundle your monthly $1 donations into meaningful contributions that actually reach the causes you care about.

Tech Stack

Prerequisites

  • Node.js 18+ (tested with 22)
  • npm (comes with Node.js)

Getting Started

  1. Clone the repo

    git clone https://github.com/atlasrealm/1pm.git
    cd 1pm
  2. Install dependencies

    npm install
  3. Start the dev server

    npm run dev
  4. Open in your browser

    Visit http://localhost:3000

Scripts

Command Description
npm run dev Start dev server with hot reload
npm run build Build for production
npm start Serve the production build
npm run lint Run ESLint

Project Structure

src/
├── app/
│   ├── layout.tsx      # Root layout
│   ├── page.tsx         # Landing page
│   └── globals.css      # Global styles & Tailwind imports
└── components/
    └── AnimatedText.tsx  # Rotating text animation component

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages