An accretion of amusing, interactive content
- Intent: Create a library of simple games to increase knowledge with TypeScript, React, and JSX for development of larger projects.
- Project Lead: Anonoei
- Language: HTML, css, and TypeScript
- License: MIT
- Status: DPS5
- Documentation: None
- Dependencies:
- node (see package.json for additional dependencies)
- Mobile support
- Games
- Go to the git page
- Install required software
- Download from source
- Using Git: Run
git clone --recursive https://github.com/daavllc/Amucretion.git
- Download from GitHub:
- Click the
Code
button near the top right > Download ZIP, then extract the file
- Click the
- Using Git: Run
- Open the new
Amucretion
folder - Install required packages
- Inside the
Amucretion
folder, runnpm install
to install all dependencies
- Inside the
- Have fun!
- Run
npm run dev:generate
to build and pack the TypeScript files - Run
npm run clean
to lint and format source code.
- Run