Amucretion
An accretion of amusing, interactive content
Decription
- Intent: Create a library of simple games to increase knowledge with TypeScript, React, and JSX for development of larger projects.
Overview
- Project Lead: Anonoei
- Language: HTML, css, and TypeScript
- License: MIT
- Status: DPS5
- Documentation: None
- Dependencies:
- node (see package.json for additional dependencies)
Table of Contents
Development status/roadmap
Using Amucretion
- Go to the git page
Contributing to Amucretion
- 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
- Open the new
Amucretion
folder
- Install required packages
- Inside the
Amucretion
folder, run npm install
to install all dependencies
- Have fun!
- Run
npm run dev:generate
to build and pack the TypeScript files
- Run
npm run clean
to lint and format source code.