Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

kerneljay/yetanother.mp

Repository files navigation

YAMP Landing Page

A modern, blazing-fast landing page for Yet Another M* Project – a GTA V multiplayer platform.

Tech stack

Getting started

  1. Install Bun, because we're not animals

    curl -fsSL https://bun.sh/install | bash
  2. Clone & install dependencies:

    git clone https://github.com/yamp-project/yetanother.mp
    cd yetanother.mp
    bun install
  3. Start the dev server (Hot Module Reload enabled):

    bun run dev

    The site is now available at http://localhost:5173 (or the next free port).

Build for production

bun run build

The static assets are output to dist/. Serve them with any static HTTP server or your hosting of choice.

Preview the production build locally

bun run preview

Folder structure

  • src/components – Reusable UI components
  • src/pages – Route-level page components
  • src/router – Vue-Router configuration
  • src/assets – Static assets (images, SVGs, etc.)

Contributing

Pull requests are welcome!

  1. Fork the repo and create your branch: git checkout -b feat/your-feature.
  2. Install deps & make sure the dev server runs.
  3. Follow conventional commit messages.
  4. Ensure bun run build completes without warnings.
  5. Open a pull request.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 83.6%
  • TypeScript 11.0%
  • JavaScript 4.4%
  • Other 1.0%

AltStyle によって変換されたページ (->オリジナル) /