https://github.com/kafkaesc/solo-wiki
A wiki of one 📝
https://github.com/kafkaesc/solo-wiki
Last synced: 12 days ago
JSON representation
A wiki of one 📝
- Host: GitHub
- URL: https://github.com/kafkaesc/solo-wiki
- Owner: kafkaesc
- Created: 2023-12-27T20:02:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T19:26:00.000Z (over 1 year ago)
- Last Synced: 2025-05-15T23:13:34.913Z (12 days ago)
- Language: TypeScript
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solo Wiki
Built by Jared Hettinger
Solo Wiki is exactly what it says: a [collaboratively editable publication](https://en.wikipedia.org/wiki/Wiki) of exactly [one item](https://en.wikipedia.org/wiki/Singleton_(mathematics)).
The full code for this project can be viewed at https://github.com/kafkaesc/Solo-Wiki.
## Initial Run
1. Navigate to the project folder in the terminal
1. Run `npm install`
1. Run `npm run dev`
1. Open [http://localhost:3000](http://localhost:3000) in your browser of choice## Running After Install
1. Navigate to the project folder in the terminal
1. Run `npm run dev`
1. Open [http://localhost:3000](http://localhost:3000) in your browser of choice