https://github.com/paradoxinversion/storytool-next
https://github.com/paradoxinversion/storytool-next
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paradoxinversion/storytool-next
- Owner: paradoxinversion
- Created: 2021-02-22T03:56:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T22:05:05.000Z (over 5 years ago)
- Last Synced: 2025-03-13T09:19:59.411Z (about 1 year ago)
- Language: JavaScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storytool Next
A tool for organizing and writing stories built on Nextjs, MongoDB, and GraphQL.
## Description
Story tool is an attempt at a web platform for writers to organize their work.
### Installation
Use your package manager (npm or yarn) to install dependencies. Added a `.env` file with values for `Database_URI`, `Salt`, and `Secret`.
## Usage
### Development
First, ensure MongoDB is running. Then, from the root directory, execute `yarn dev` from the command line.