Leagueify is an open source sporting league platform designed to efficiently host a variety of sporting leagues.
Install Playwright for test execution:
npx playwright install
To ensure Node and NPM versions are consistent, this project makes use of nvm.
Once you have cloned Leagueify and navigated to the project directory, install the correct node and npm versions with nvm (nvm install
), activate required node and npm versions (nvm use
), install dependencies (npm install
).
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.