Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.25 KB

Getting started.md

File metadata and controls

46 lines (29 loc) · 1.25 KB

Getting started

Welcome to the project! This guide will help you set up your development environment and get the project running.

  1. Clone the repository

    git clone https://github.com/MaxKorlaar/hypixel-signatures.git
    cd hypixel-signatures

Using dev containers

  1. Open the project in a dev container

Locally

// TODO

Running

  1. Run a bunch of one-time commands

    Note that if you're using pnpm, execute pnpm install --shamefully-hoist instead of pnpm install.

    cp .env.example .env
    pnpm install --shamefully-hoist
    pnpm run development
    php artisan key:generate
  2. Start the development server

    You can start the development server using the following command:

    php artisan serve
  3. Open the website

    Open your browser and navigate to http://localhost:8000.