Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fordaj/fordnotes
https://github.com/fordaj/fordnotes
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fordaj/fordnotes
- Owner: fordaj
- Created: 2021-04-05T20:02:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T16:08:07.000Z (about 2 years ago)
- Last Synced: 2024-10-09T12:55:55.413Z (30 days ago)
- Language: JavaScript
- Size: 5.11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fordnotes
A Markdown Driven React App purpose-built for knowledge reusability.# Authors
Andrew Ford and Kailey Waal## Build Deployment
1. Run pre-start scripts to update `FileStructure.jsx` and format MDX
```bash
npm run prestart
```2. Verify changes are correct
```bash
npm start
```3. Deploy
```bash
npm run deploy
```