eternagame / eternagame.org

Website for the Eterna citizen science game
https://eternagame.org
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link
citizen-science citizen-science-game citsci citscigames game hacktoberfest rna serious-game serious-games vue vuejs website

eternagame.org

Website frontend for Eterna.

Interested in development? Join the discusson on the Eterna Discord!

Eterna Discord

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

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 to chat with other developers.

Our work happens on the dev branch; please pull and submit PRs against that branch. Thanks!