Skip to content

My website's frontend, written in React and Typescript.

License

Notifications You must be signed in to change notification settings

elliotjreed/www.elliotjreed.com

Repository files navigation

Codacy Badge Styled with Prettier

Elliot J. Reed's website

This repository contains the source code for Elliot J. Reed's frontend website. It's written in React JS with Typescript.

Feel free to view the source code for the Python API the frontend fetches the data from, it's also available on GitHub.

Getting Started with this Repository

Yarn is expected to be installed on our system.

Installing Yarn

For instructions on how to install Yarn visit yarnpkg.com.

Installing for Development

After cloning this repository, change into the newly created directory and run

yarn install

This will install all dependencies needed for the project.

Running the Tests

All tests can be run by executing

yarn test

jest will automatically find all tests inside the test directory and run them based on the configuration in the tests/jest.json file.

Built With

React JS

License

This project is licensed under the MIT License - see the LICENCE file for details.