Website application for STARPEACE, including client launchpad, game feature information, and interface into gameplay documentation.
- starpeace-client-website - Client website application for STARPEACE multiplayer economic simulation
- starpeace-client-website-assets - Assets and gameplay resources for starpeace-client-website application
- starpeace-documentation-website - Documentation website for STARPEACE multiplayer economic simulation
Documentation for client gameplay can be found on the STARPEACE documentation website.
Development and gameplay roadmap can be found on the STARPEACE client website.
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.
Local development can be accomplished in a few commands. The following build-time dependencies must be installed:
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
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.
starpeace-website is open-sourced software licensed under the MIT license