A simple PreactJS app that uses the GitHub search API to display repositories in a list.
npm install
then npm run start
To deploy I run the build step and move the new js and css files to the docs folders which is the root GitHub pages folder. However please do not commit changes to the docs folders as I will do this manually.
If you are comfortable using Docker, you can build this image.
The only command to build this image is:
docker build -t gitstats:development .
If the image fails on the building process, check out the log, could be failing tests.
Once the image is built, you can run it:
docker run -d -p 8080:8080 gitstats:development
You can run this image using the docker-compose.yml
file.
docker-compose up -d