FRED
The purpose this docu-site is to function as a study companion, a study buddy!, if you will. Hmm... a name, we need a name, what can you be called. Ah, I know FRED. Functional Repo for EDucation.
Welcome to FRED
A journey of;
- SMART Objectives
- Risk Assessments
- Equality, Diversity and Inclusion
- Research and Investigation
- Design
- Implementation
- Commissioning
- Review
What you'll need
- An unlimited supply of caffeine
- Plenty of physical exercise
- Regular breaks, walks, space for reflection
- Plenty of water
- A healthy diet
- Eight hours of sleep every night.
🔥 You got this!
Start this site locally
Run the development server:
cd my-website
npm run start
The cd command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.
The npm run start command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
Open docs/intro.md (this page) and edit some lines: the site reloads automatically and displays your changes.