GamesCrafters / gamescrafters.github.io

GamesCrafters organization website.

Home Page:https://gamescrafters.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a website containing information about the GamesCrafters computational game theory research group at UC Berkeley.

Development

To contribute, you will need to install the Go compiler toolchain and Hugo, a static site generator. After that, make sure to clone the repository with submodules:

git clone --recurse-submodules <SSH/HTTPS URL> <TARGET DIRECTORY>

Once you have the repository, you can do the following to start a local web server that supports hot reloading:

cd <TARGET DIRECTORY>
hugo server

When you add a commit to the main branch, your changes are automatically deployed to GitHub Pages through a workflow.

About

GamesCrafters organization website.

https://gamescrafters.github.io/

License:GNU General Public License v3.0


Languages

Language:SCSS 99.7%Language:HTML 0.3%