Skip to content

Documentation website for STARPEACE multiplayer economic simulation

License

MIT, CC-BY-4.0 licenses found

Licenses found

MIT
LICENSE
CC-BY-4.0
LICENSE-CC-BY-4.0
Notifications You must be signed in to change notification settings

starpeace-project/starpeace-documentation-website

Repository files navigation

starpeace-documentation-website

License: CC BY 4.0 License: MIT

Documentation website for STARPEACE, including game client instructions, rules and overview of gameplay, and game history and lore.

Security Vulnerabilities

If you discover a security vulnerability within this website, please send an e-mail to security@starpeace.io. 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-documentation-website.git
$ cd starpeace-documentation-website

Install starpeace-documentation-website dependencies:

$ npm install

Build repository with npm command defined in package.json:

$ npm run generate
$ npm run generate-api-docs

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.

docs.starpeace.io

Repository is currently deployed to and hosted with AWS S3. Changes pushed to repository will activate webhook to AWS CodePipeline, triggering automatic rebuild and deployment of website resources.

License

All content of starpeace-documentation-website is licensed under the Creative Commons Attribution 4.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.

About

Documentation website for STARPEACE multiplayer economic simulation

Resources

License

MIT, CC-BY-4.0 licenses found

Licenses found

MIT
LICENSE
CC-BY-4.0
LICENSE-CC-BY-4.0

Stars

Watchers

Forks