2025-10-15 09:55:00 +00:00
2025-09-18 19:43:04 +02:00
ok
2025-09-12 14:44:50 +02:00
ok
2025-09-15 16:51:05 +02:00
ok
2025-09-12 14:44:50 +02:00
ok
2025-09-17 18:32:20 +02:00
ok
2025-09-16 13:19:22 +02:00
ok
2025-09-17 18:32:20 +02:00
ok
2025-09-17 18:32:20 +02:00
ok
2025-09-12 14:44:50 +02:00
ok
2025-09-12 14:44:50 +02:00
2025-10-15 09:55:00 +00:00
ok
2025-09-12 14:44:50 +02:00

Mycelium Cloud Website


About

This is the official website for Mycelium Cloud, built using Next.js and Tailwind CSS.


Technologies


File Structure

  • Pages: To edit the content of a specific page, navigate to src/app/(main)/.
  • Components: Reusable components are located in src/components/.
  • Images and Videos: Add or modify images and videos in the public/ directory. Images are in public/images/ and videos are in public/videos/.
  • CSS: Global styles can be found in src/styles/tailwind.css. Most styling is done using Tailwind CSS utility classes directly in the .tsx files.

Branding

  • Font: The primary font used is Mulish.
  • Logos: Project logos are stored in public/images/logos/.

Get Started

Follow these steps to get the project running locally:

  1. Install Dependencies:

    npm install
    
  2. Build the Project:

    npm run build
    
  3. Start the Development Server:

    npm run start
    

Contributing

  • Never update the main branch directly. All changes must be reviewed and merged by the team through a pull request.
  • Always work on the development branch. Create a feature branch from development and submit your pull request to development.
  • Request a review. After submitting your pull request, ask the team to review and accept it into the main branch.

Report an Error

To report an issue, please use the following link and provide the requested information:

When reporting an issue, please include:

  • URL: The page where the error occurred.
  • Repo: The repository you are working with.
  • Branch: The specific branch you are on.
  • Problem: A detailed description of the problem.

Questions

If you have any questions, you can reach out to sashaastiadi.

Description
The website for Project Mycelium
https://project.mycelium.tf/
Readme 142 MiB
Languages
TypeScript 97.9%
CSS 2%
JavaScript 0.1%