Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

FightCore/Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FightCore - Frontend

Quality Gate Status Build Status

FightCore is an information sharing platform for the Fighting Game community. FightCore is set up from the group to support the Super Smash Bros. games but will add support for more titles later down the line.

Posts are made in the Markdown format and are converted to HTML locally. The Markdown is not parsed but instead we rely on the developer to implement this. There is an on-website text editor that can be used to write markdown. It features a side-by-side preview, shortcuts and much more. Yet because of the nature of text-editors and IDEs, we recommend using Visual Studio Code instead.

Docker

Deployment can be done with the included Dockerfile or using the container from our repository.

To build and run the container locally use the following commands:

docker build -t CONTAINERNAME .

docker run -d -p 80:80 CONTAINERNAME

Stack

FightCore is build using Angular 8, Angular Material, Travis and Docker.

Other repositories

For the API to perform the CRUD actions and the UI designs made are in different repositories.

FightCore/Backend

FightCore/Documentation

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •