Memecoin Mama is a platform that enables users to create their own Memecoins on the Solana blockchain. This repository contains the frontend code for the application.
- Getting Started
- Prerequisites
- Installation
- Running the Project
- Building the Project
- Linting and Formatting
- Folder Structure
- Contributing
- License
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed:
- Clone the repository:
git clone https://github.com/your-username/memecoin-mama-frontend.git cd memecoin-mama-frontend
- Install the dependencies:
yarn install
To start the development server, run:
yarn dev
The application will be available at http://localhost:3000
To create a production build, run:
yarn build
Contributions are welcome! Please open an issue or submit a pull request if you have any improvements or fixes.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.