Skip to content

sievins/author-page

Repository files navigation

Alice's author website

react material-ui jest react-testing-library

code style: prettier

Website

alicegent.com

Contributing

Issues which have the contribute label can be worked on by anyone. You're welcome to fork the project and raise a pull request.

Pull requests must be fully tested. Test filenames use the .test.js extension. React components are tested with react-testing-library.

Scripts

  • npm run start Runs the webpack-dev-server.
  • npm run build Builds the static asset.
  • npm run lint Runs prettier. This script is run automatically before every commit.
  • npm run test Runs the tests (**/*.test.js).