Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 647 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 647 Bytes

The Bullhorn Website

This is the NextJS repository for the new Léman Bullhorn website. The repository was bootstrapped according to the init.tips stack, also known as the T3-Stack.

For more in-depth information on the stack, refer to the create-t3-app documentation.

Getting Started

  1. Clone the repository.

    git clone https://github.com/Leman-Bullhorn/website-new.git

  2. Install the dependencies.

    npm install

  3. Setup the environment variables in the .env file according to .env.example.

  4. Run the local development server.

    npm run dev