Update the readme

This commit is contained in:
Dylan Pizzo
2025-02-19 19:57:46 -08:00
parent 4a6482100a
commit 7bb79ec86d
2 changed files with 5 additions and 8 deletions

View File

@@ -1,12 +1,8 @@
# Firstack
# MathU
Firstack is a template repo for a tech stack. This stack includes
This is a project trying to teach advanced math concepts in the form of a Visual Novel on the web.
- [react](https://react.dev/)
- [emotion](https://emotion.sh/)
- [fastify](https://fastify.dev/)
- [postgres](https://www.postgresql.org/)
- [typescript](https://www.typescriptlang.org/)
Status: Early days, but we have a base custom Visual Novel engine and a build step for converting latex into svgs we can render.
## Dependencies
@@ -24,6 +20,8 @@ nvm use
npm install
```
Also, you have to have latex installed, to compile stuff.
## Running it!
To run the application locally...