/phaser-world-explorer

Browse through past issues of Phaser World to find the tutorials and dev logs you're looking for

Primary LanguageJavaScriptMIT LicenseMIT

Phaser World Explorer

Build Status Netlify Status

Phaser World Explorer is a React app we created to let you look through the contents of the Phaser World newsletters more easily. It shows a list of all newsletters (that we have gathered data for), and has a structured overview of the contents of the newsletters. You are also able to search through the newsletters for a specific word or phrase.

Building

To build for development, use

yarn run start

We use yarn, but npm works fine too.

To build a production version

yarn run build

Testing

Some aspects of this projects have unit tests, mainly the search components. To run the tests, use

yarn test

Contributing

This project is maintained and developed by @16patsle and @jdotr.

Feel free to contribute! We accept PRs and issues, should you find anything that could be improved. If you want to talk, consider joining us in the Phaser Discord server.

We use yarn for this project. We won't force you to do the same, but it would be the easiest. If you do use npm, please don't commit package-lock.json files though, we already have yarn.lock.

For additional help with this project, see README-CRA.md for the default documentation generated by create-react-app.

License

This project is licensed under the MIT license.