This repository contains the source code for Tribeverse.dev, a website built with Next.js. Tribeverse.dev provides a platform for tribes to connect and share resources.
To get started with Tribeverse.dev, follow these steps:
-
Install dependencies:
yarn install
-
Run the development server:
yarn dev
The development server will start, and you can view the website by visiting http://localhost:3000 in your browser.
-
Build for production:
When you're ready to deploy your changes, run the following command:
yarn bundle
This will generate an optimized production build in the
/dist
directory. -
Deploy to GitHub Pages:
The deployment to GitHub Pages is automatically triggered when you push changes to the
main
branch or merge a pull request into themain
branch. The GitHub Actions workflow will build the project and deploy the contents of the/dist
folder to thegh-pages
. The deployed website will be accessible at https://tribeverse.dev.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
Thank you for your interest in Tribeverse.dev! We hope you find it useful and enjoy contributing to the project. If you have any questions, feel free to reach out to us.