Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sweetmantech/myco-landing-page
https://github.com/sweetmantech/myco-landing-page
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sweetmantech/myco-landing-page
- Owner: SweetmanTech
- License: mit
- Created: 2024-10-16T00:08:12.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-10-16T01:43:33.000Z (23 days ago)
- Last Synced: 2024-10-17T11:37:08.902Z (22 days ago)
- Language: TypeScript
- Homepage: https://myco-landing-page.vercel.app
- Size: 2.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Myco Landing Page
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.
## Features
- Next.js-based landing page
- Tailwind CSS for styling
- Zora compatibility
- Open-source and customizable## Live Demo
Visit the live Myco Landing Page at: [https://myco.wtf](https://myco.wtf)
## Local Development
To run the Myco Landing Page locally, follow these steps:
1. Ensure you have Node.js v20 installed. You can use nvm to switch to the correct version:
```
nvm use 20
```2. Clone the repository and navigate to the project directory.
3. Install the dependencies:
```
yarn install
```4. Start the development server:
```
yarn dev
```5. Open your browser and visit `http://localhost:3000` to see the landing page.
## Cult UI
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](https://docs.myco.wtf/docs/chat).
## Contributing
We welcome contributions to improve the Myco Landing Page. Please feel free to submit issues or pull requests.
## Authors
- [@sweetmantech](https://github.com/sweetmantech) ([warpcast](https://warpcast.com/sweetman-eth))
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details