Hybrid React app for the Phylogony Explorer Project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You will need a recent version of node
and the yarn
utility installed.
Download a current LTS version of node from https://nodejs.org/en/, or your favorite package manager.
Install yarn
using the npm
command.
npm install -g yarn
Clone the resository, and install the dependencies using the yarn
command.
yarn install
To start the development server
yarn dev
Two kinds of tests are built for this application.
Run tests using the test:unit
task
yarn test:unit
Run full browser stack tests using the test:integration
command
yarn test:integration
TODO
- [NextJS|https://nextjs.org/] - The framework used to implement the server and routing
TODO
TODO
TODO
TODO
TODO