Welcome to the Avalanche Github repo. The goal of this project is to create novel writing software that treats characters, settings, plots, etc as functions with outputs affected by each other.
Example:
- Character A likes Apples
- Character B hates Apples
- Character B tells Character A how much they hate apples
- Character A evaluates the statement and produces a result
- Result -> A now dislikes character B.
Character functions will be created by the author and should automatically evaluate as the author writes.
Graphs will be created based on these functions so that the author can easily track what
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.