Ender-Wiggin2019 / seti

card list website for board game SETI

Home Page:https://seti.ender-wiggin.com

Repository from Github https://github.comEnder-Wiggin2019/setiRepository from Github https://github.comEnder-Wiggin2019/seti

SETI Card List

This is an open-source online website of the board game SETI. It is not affiliated with CGE in any way.

See a demo.

og

Updates

This project will be updated over time. Expect frequent improvements.

Next up:

  • All aliens
  • Card description translation
  • Card flavor text translation
  • DIY
  • Posts
  • Alien boards

Running Locally

1. Clone Repo

git clone git@github.com:Ender-Wiggin2019/seti.git

2. Install Dependencies

pnpm i

If you don't hav pnpm installed, you can install it with the following command:

npm install -g pnpm

3. Run App

pnpm run dev

Help to Translate

If you want to provide an additional translation, you can go to the locales folder and follow these steps:

  1. Copy all .json files in en folder, and paste them in a new folder with the name of your language (e.g. fr for French).
  2. Translate all the strings in the new files. Please note that you only need to translate the strings on the right side of the : character. Also, please do not change anything wrapped in {} and <>. i.e. {Money-3} and <br> should remain the same in your translation.
  3. You can send a pull request with the new files, or send them to me by email (see my GitHub profile).

About

card list website for board game SETI

https://seti.ender-wiggin.com


Languages

Language:TypeScript 97.9%Language:JavaScript 1.4%Language:SCSS 0.7%Language:Shell 0.0%