BattleBit Community Website is a web application built using Next.js and Bun. This was made for the homepage of battlebit.community.
First, you'll need to install Bun, a fast JavaScript runtime:
curl -fsSL https://bun.sh/install | bash
After installing, make sure Bun is available in your environment path. You can verify the installation by running:
bun -v
To get started, follow these steps to install and set up the project:
-
Clone the repository:
git clone https://github.com/BattleBit-Community-Servers/battlebit.community.git
-
Navigate into the project directory:
cd battlebit.community
-
Install dependencies:
bun install
(or specify another package manager if applicable)
-
Start the application:
bun run start
(adjust if different)
After installation, you can use the project by [brief instructions on how to use or run the project].
- Run the application:
bun run start
- Open your browser and navigate to http://localhost:3000.
Contributions are always welcome! If you'd like to contribute, follow these steps:
- Fork the repository.
- Create a new feature branch (
git checkout -b feature-name
). - Commit your changes (
git commit -m 'Add a new feature'
). - Push to the branch (
git push origin feature-name
). - Create a Pull Request.