Skip to content

BMG-Esports/stats-api-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stats-api-docs

This repository contains documentation for the Brawlhalla esports stats API.

This documentation is hosted at https://docs.brawltools.com.

Project Structure

This project uses the Astro web framework.

Astro looks for .astro or .md files, though we primarily use .md files, in the src/pages/ directory. Each page is exposed as a route based on its path and file name and should correspond with the route of the API endpoint, unless it's a resource or datatype.

The src/components/ directory includes any Astro components that are reused in the project.

The src/layouts/ directory is how the framework for pages is defined. This project only has one layout.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published