A modern web application built with Next.js.
These instructions will help you get a copy of the project up and running on your local machine for development purposes.
- Node.js (LTS version recommended)
- npm (comes with Node.js)
- Clone the repository:
git clone https://github.com/stallionsassemble/Stallion.git
cd Stallion- Install dependencies:
npm i- Start the development server:
npm run dev- Open http://localhost:3000 with your browser to see the result.
The application will automatically reload if you make changes to the source files.