Skip to content

STARPEACE multiplayer economic simulation website

License

Notifications You must be signed in to change notification settings

starpeace-project/starpeace-website

Repository files navigation

starpeace-website

License: MIT GitHub stars Discord

Website application for STARPEACE, including client launchpad, game feature information, and interface into gameplay documentation.

Related Packages

Official Documentation

Documentation for client gameplay can be found on the STARPEACE documentation website.

Roadmap

Development and gameplay roadmap can be found on the STARPEACE client website.

Security Vulnerabilities

If you discover a security vulnerability within STARPEACE, please send an e-mail to [email protected] or open a GitHub issue. All security vulnerabilities will be promptly addressed.

Development

Local development can be accomplished in a few commands. The following build-time dependencies must be installed:

  • Node.js javascript runtime and npm package manager

Retrieve copy of repository and navigate to root:

$ git clone https://github.com/starpeace-project/starpeace-website.git
$ cd starpeace-website

Install starpeace-website dependencies:

$ npm install

Build repository with npm command defined in package.json:

$ npm run generate

Local development with nuxt and interactive build can be started with a single command:

$ npm run dev

Build and Deployment

After building repository, website is compiled into static resources within the /dist/ folder. These resources should be served as static assets from web application and can be cached if desired.

License

starpeace-website is open-sourced software licensed under the MIT license