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.
-
Clone the repository.
git clone https://github.com/Leman-Bullhorn/website-new.git
-
Install the dependencies.
npm install
-
Setup the environment variables in the
.env
file according to.env.example
. -
Run the local development server.
npm run dev