This is an open-source online website of the board game SETI. It is not affiliated with CGE in any way.
See a demo.
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
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
If you want to provide an additional translation, you can go to the locales folder and follow these steps:
- Copy all
.json
files inen
folder, and paste them in a new folder with the name of your language (e.g.fr
for French). - 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. - You can send a pull request with the new files, or send them to me by email (see my GitHub profile).