New version of Franciscan University of Steubenville site built with Next & Material UI. You can checkout the FreeCodeCamp YouTube Channel for live coding sessions & details of this project.
To navigate your way through applications built with Create React App & perform common tasks visit the official guide here.
See CONTRIBUTING.md
If end to end tests are failing make sure the server is running in the background. You may also try rebuilding puppeteer
> npm rebuild puppeteer --force
This will redownload chromium.
You can just download the .zip file. Extract the contents, then move to the project directory, open your terminal, and use:
> npm install
> npm run dev
Now Fork the project from here, make your changes and open a Pull Request.
Those who are not yet familiar with Git but want to learn more about how to use it, check out these resources to dive into git workflow -