Skip to content

weweswap/weweswap.github.io

Repository files navigation

WEWESWAP Landing Page

Welcome to the WEWESWAP Landing Page repository.

Overview

This repository contains the source code for the WEWESWAP landing page, built using Next.js and React. The live website is available at weweswap.com.

Project Structure

The project follows a standard Next.js structure. Below is an overview of the main folders and files:

landing-page/
├── public/               # Static assets such as images, fonts, etc.
├── src/
│   ├── components/       # React components used throughout the project
│   ├── pages/            # Next.js pages
│   ├── styles/           # CSS and styling files
│   ├── utils/            # Utility functions
│   └── ...
├── .eslintrc.js          # ESLint configuration
├── .gitignore            # Git ignore file
├── next.config.js        # Next.js configuration
├── package.json          # Project dependencies and scripts
└── README.md             # Project documentation (this file)

For a detailed view of the project structure and files, please visit the GitHub repository.

Getting Started

To get a local copy up and running, follow these steps.

Installation

  1. Clone the repository:

    git clone https://github.com/weweswap/landing-page.git
    cd landing-page
  2. Install the dependencies:

    npm install

    or

    yarn install

Running the Development Server

To start the development server, run:

npm run dev

or

yarn dev

Open http://localhost:3000 with your browser to see the result.

Building for Production

To build the project for production, run:

npm run build

or

yarn build

The output will be in the .next folder, ready to be deployed.

Contributing

We welcome contributions to improve WEWESWAP. To contribute, follow these steps:

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

License

Distributed under the MIT License. See LICENSE for more information.

Contact

For any questions or feedback, please reach out to the project team through the issues page.