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.
- Node.js 12.0 or later
- npm, Yarn, or pnpm
-
Clone the repository:
git clone https://github.com/your-repository/monad-builders.git cd monad-builders -
Install dependencies:
pnpm install -
Set up environment variables: Create a .env.local file in the root directory and add the following:
SPREADSHEET_ID=1BkBAHhwbHMK7spTrBa9kmgWeBqKPJOTR6Ebl6eENOwQ -
Run the development server:
pnpm dev -
Open http://localhost:3000 with your browser to see the result.
We welcome contributions from everyone. Here are some ways you can contribute:
- Reporting bugs
- Suggesting enhancements
- Pull Requests
- Fork the repository and create your branch from main.
- If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
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.
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.
This project is licensed under the MIT License - see the LICENSE.md file for details.