In progress new infosite with content management system.
Our Other Repos:
- leaderboards.gg Main Site - https://github.com/leaderboardsgg/leaderboard-site
- leaderboards.gg Backend - https://github.com/leaderboardsgg/leaderboard-backend
Other Links:
- Discord - https://discord.leaderboards.gg
Leaderboards.gg (lbgg) was sparked by the purchase of speedrun.com by the esports data analytics company Elo Entertainment.
In lbgg we see an opportunity to help the "Online and competitive retro gaming" (basically speedruns and scoreruns) community continue to grow and thrive with tools (a centralized website and database, an API, a smaller site for clear documentation) built to scale, on modern technologies, curated to what its users want, without it being monetized. Because its open source, the community owns it and can use it as they wish.
Because it is currently under construction (and in two separate repos), we are using this repo to represent the project as a whole.
- Frontend
- Nuxt3
- Vue3
- Tailwind
- Backend
- C#
- ASP.NET Core
- .NET 6.0
- Info site
- Nuxt3
- Vue3
- Tailwind
- GSAP
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run develop
# build for production and launch server
$ npm run build
$ npm run start
# I don't know what this does yet
$ npm run strapiStrapi comes with a full featured Command Line Interface (CLI) which lets you scaffold and manage your project in seconds.
Start your Strapi application with autoReload enabled. Learn more
npm run develop
# or
yarn develop
Start your Strapi application with autoReload disabled. Learn more
npm run start
# or
yarn start
Build your admin panel. Learn more
npm run build
# or
yarn build
Strapi gives you many possible deployment options for your project. Find the one that suits you on the deployment section of the documentation.
- Resource center - Strapi resource center.
- Strapi documentation - Official Strapi documentation.
- Strapi tutorials - List of tutorials made by the core team and the community.
- Strapi blog - Official Strapi blog containing articles made by the Strapi team and the community.
- Changelog - Find out about the Strapi product updates, new features and general improvements.
Feel free to check out the Strapi GitHub repository. Your feedback and contributions are welcome!
- Discord - Come chat with the Strapi community including the core team.
- Forum - Place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members.
- Awesome Strapi - A curated list of awesome things related to Strapi.
🤫 Psst! Strapi is hiring.
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoistStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.