https://github.com/eternagame/eternagame.org
Website for the Eterna citizen science game
https://github.com/eternagame/eternagame.org
citizen-science citizen-science-game citsci citscigames game hacktoberfest rna serious-game serious-games vue vuejs website
Last synced: 5 months ago
JSON representation
Website for the Eterna citizen science game
- Host: GitHub
- URL: https://github.com/eternagame/eternagame.org
- Owner: eternagame
- License: bsd-3-clause
- Created: 2019-10-15T16:46:34.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2025-12-25T04:35:24.000Z (5 months ago)
- Last Synced: 2025-12-26T18:21:59.170Z (5 months ago)
- Topics: citizen-science, citizen-science-game, citsci, citscigames, game, hacktoberfest, rna, serious-game, serious-games, vue, vuejs, website
- Language: Vue
- Homepage: https://eternagame.org
- Size: 47.8 MB
- Stars: 20
- Watchers: 17
- Forks: 18
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eternagame.org
Website frontend for [Eterna](eternagame.org).
Interested in development? Join the discusson on the Eterna Discord!
[](https://discord.gg/KYeTwux)
## Project setup
```
npm install
```
If you want to modify any of the parameters in `.env`, create a file named `.env.local` and include any overrides there
> If you're running this on Windows and run into 'binary not found' errors, you need to install Windows Build Tools: https://github.com/nodejs/node-gyp#option-1
### Run locally
```
npm run serve
```
For now, please add `VUE_APP_ENV="client"` into your `.env.local` file.
### Recommended dev tools
- VS Code: Free code editor with good support for Vue and Typescript
- Prettier: Automatic code formatter
- After installing the VS Code extension, configure autoformat on save:
Add `"editor.formatOnSave": true,` to your .vscode/settings.json
## Contributing
If you want to contribute, please post a bug report, post a feature report, or work on one of the existing github issues. We also recommend joining our [Discord](https://discord.gg/KYeTwux) to chat with other developers.
Our work happens on the `dev` branch; please pull and submit PRs against that branch. Thanks!