Skip to content

bicced/MemecoinMama

Repository files navigation

Memecoin Mama - Frontend

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.

Table of Contents

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/memecoin-mama-frontend.git
    cd memecoin-mama-frontend
    
  2. Install the dependencies:
    yarn install
    

Running the Project

To start the development server, run:

yarn dev

The application will be available at http://localhost:3000

Building the Project

To create a production build, run:

yarn build

Contributing

Contributions are welcome! Please open an issue or submit a pull request if you have any improvements or fixes.

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.