An application to support developers creating documentation Github repository: https://github.com/sequoiasayle123/101WebApp
To run this application locally, follow these steps (the image examples use the terminal in VSCode):
- Clone the repo
- Open a terminal
- Navigate to the repo, and then to .\frontend. E.g.
cd C:\Users\sequoia.sayle\101WebApp\frontend - Install required packages from the frontend directory
npm install\ - Run the application
npm start\ - Open localhost:3000 in a browser \
- The images below demonstrate this process. If you cannot view them, open this readme in the github repo
