Sure! Here’s the complete README file content in one block for easy copying:
Welcome to the official website of DJS-Compute! This project is bootstrapped with Next.js using create-next-app
.
To run the development server, follow these steps:
Clone the repository:
git clone <https://github.com/djscompute/compute-website>
cd compute-website
Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
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.
We welcome contributions to enhance the DJS-Compute website! To contribute, please follow these steps:
git clone <your-fork-url>
cd <repository-directory>
git checkout -b <your-branch-name>
git commit -m "Description of your changes"
git push origin <your-branch-name>
Please do not change the main branch directly.
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.