djscompute / compute-website

https://compute-website.vercel.app
0 stars 7 forks source link

Sure! Here’s the complete README file content in one block for easy copying:

DJS-Compute Official Website

Welcome to the official website of DJS-Compute! This project is bootstrapped with Next.js using create-next-app.

Getting Started

To run the development server, follow these steps:

  1. Clone the repository:

    git clone <https://github.com/djscompute/compute-website>
    cd compute-website
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  3. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  4. Open http://localhost:3000 in your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Contributing

We welcome contributions to enhance the DJS-Compute website! To contribute, please follow these steps:

  1. Fork the repository.
  2. Clone your fork:
    git clone <your-fork-url>
    cd <repository-directory>
  3. Create a new branch:
    git checkout -b <your-branch-name>
  4. Pick an issue that you want to work on or create a new one.
  5. Make your changes and commit them:
    git commit -m "Description of your changes"
  6. Push your branch to your fork:
    git push origin <your-branch-name>
  7. Submit a pull request to the main repository.

Please do not change the main branch directly.

Learn More

To learn more about Next.js, check out the following resources:

You can also visit the Next.js GitHub repository for further insights and contributions.