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 devThe 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 bundleThis will generate an optimized production build in the
/distdirectory. -
Deploy to GitHub Pages:
The deployment to GitHub Pages is automatically triggered when you push changes to the
mainbranch or merge a pull request into themainbranch. The GitHub Actions workflow will build the project and deploy the contents of the/distfolder 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.