This project is an entertainment program designed to support input and output from multiple services at the same time.
This project was created on July 31, 2022.
- Hri7566: Author & creator of Cosmic
- yourfriend: Various contributions
Please only run this under POSIX-based environments. The yarn scripts just call shell scripts for POSIX-based environments and everything would have to be done by hand on Windows.
This project uses TypeScript, esbuild, and the GNU Compiler Collection.
$ pnpm
# Install all required packages
$ pnpm build
# Build everything
$ pnpm start
# Start the program
$ pnpm dev
# Build everything and start