Skip to content

CryptoLisboa/monad-builders

Repository files navigation

Monad Builders

This is a Next.js project, designed to showcase and manage projects using data fetched from Google Sheets. It's bootstrapped with create-next-app.

Getting Started

Prerequisites

  • Node.js 12.0 or later
  • npm, Yarn, or pnpm

Installation

  1. Clone the repository:

    git clone https://github.com/your-repository/monad-builders.git
    cd monad-builders
    
  2. Install dependencies:

    pnpm install
    
  3. Set up environment variables: Create a .env.local file in the root directory and add the following:

    SPREADSHEET_ID=1BkBAHhwbHMK7spTrBa9kmgWeBqKPJOTR6Ebl6eENOwQ
    
  4. Run the development server:

    pnpm dev
    
  5. Open http://localhost:3000 with your browser to see the result.

Contributing

We welcome contributions from everyone. Here are some ways you can contribute:

  • Reporting bugs
  • Suggesting enhancements
  • Pull Requests

Pull Requests

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Issue that pull request!

Learn More

To learn more about Next.js, take a look at the following resources:

  • Next.js Documentation - learn about Next.js features and API.
  • Learn Next.js - an interactive Next.js tutorial.

Deployment

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.