11e-foxhole.com Website is based on React-resume-template forked from tbakerx
View the live version here.
This repository contains 11e-foxhole.com website which is maintained by the 11th Brigade (Warden) from Foxhole PC game.
Our official discord: Discord
Once you have your own copy of this repo, open the folder in your favorite terminal and run yarn install
to install dependencies. Following this, run yarn dev
to run the project. In your terminal you should be given the url of the running instance (usually http://localhost:3000 unless you have something else running).
All of the data for the site is driven via translations in /src/locales/<lang>/common.json
. This is where you'll find the existing text content, and updating the values here will be reflected on the site. If you have the site running as described above, you should see these changes reflected on save. Example images can be found at src/images/
and are rendered in public/images
. They support locale and sizes to be reflected as public/images/imageName-Lang-Size.webp
. To change, simply update these images using the same name and location, or add new images and update the imports.
Also, if you need some help, take a look at the contribute doc !
Of course, all of the code is there and nothing is hidden from you so if you would like to make any other styling/data changes, feel free!
As the repository is directly connected to Cloudflare Pages, every dev working on the repository can have a direct preview of what they've done.
Branch | Cloudflare Environment | URL |
---|---|---|
* | None | No URL to display |
staging | Preview | https://stgsite.11e-foxhole.com/ |
main | Production/Live | https://11e-foxhole.com |