Skip to content

vassalengine/game-library-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

595 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Library Frontend

Set the URLs for the GLS and UMS in app/src/lib/setup.js to the ones you want to use. E.g., the official public ones are:

const gls_url = 'https://vassalengine.org/api/gls/v1';
const ums_url = 'https://vassalengine.org/api/ums/v1';

Set the location of the site assets in src/main.rs:

const SITE_DIR: &str = "../../../../site";

Copy config.toml.sample to config.toml and adjust as desred.

To build:

$ cd app
$ npm install
$ npm run build
$ cd ..
$ cargo build

To test:

cd app
npm run test 
cd ..
cargo test

To run:

$ cargo run

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors