Myco Landing Page is a lightweight, customizable landing page for creative builders. It's designed to showcase intelligent assistants for digital art, with Zora compatibility and styled using Tailwind CSS.
- Next.js-based landing page
- Tailwind CSS for styling
- Zora compatibility
- Open-source and customizable
Visit the live Myco Landing Page at: https://myco.wtf
To run the Myco Landing Page locally, follow these steps:
-
Ensure you have Node.js v20 installed. You can use nvm to switch to the correct version:
nvm use 20
-
Clone the repository and navigate to the project directory.
-
Install the dependencies:
yarn install
-
Start the development server:
yarn dev
-
Open your browser and visit
http://localhost:3000
to see the landing page.
Myco Landing Page is built using components from Cult UI. Cult UI is a collection of reusable React components designed for creating modern and stylish web applications. It leverages Tailwind CSS for styling and provides a consistent design language across the project.
To learn more about Cult UI and its components, check out the Cult UI documentation.
We welcome contributions to improve the Myco Landing Page. Please feel free to submit issues or pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details