Thanks to visit codestin.com
Credit goes to github.com

Skip to content

squiddot/infosite-v4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

info.leaderboards.gg - Info Site Subdomain

In progress new infosite with content management system.

References

Our Other Repos:

Other Links:

Table of Contents

Introduction

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.

Technologies

  • Frontend
    • Nuxt3
    • Vue3
    • Tailwind
  • Backend
    • C#
    • ASP.NET Core
    • .NET 6.0
  • Info site
    • Nuxt3
    • Vue3
    • Tailwind
    • GSAP

Frontend Setup

# 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 strapi

Strapi Readme

🚀 Getting started with Strapi

Strapi comes with a full featured Command Line Interface (CLI) which lets you scaffold and manage your project in seconds.

develop

Start your Strapi application with autoReload enabled. Learn more

npm run develop
# or
yarn develop

start

Start your Strapi application with autoReload disabled. Learn more

npm run start
# or
yarn start

build

Build your admin panel. Learn more

npm run build
# or
yarn build

⚙️ Deployment

Strapi gives you many possible deployment options for your project. Find the one that suits you on the deployment section of the documentation.

📚 Learn more

  • 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!

✨ Community

  • 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.

Nuxt Readme

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published