https://github.com/arman2409/destress
Antistress games' compilation
https://github.com/arman2409/destress
phaserjs typescript
Last synced: about 2 months ago
JSON representation
Antistress games' compilation
- Host: GitHub
- URL: https://github.com/arman2409/destress
- Owner: Arman2409
- Created: 2023-09-25T17:37:49.000Z (over 1 year ago)
- Default Branch: release
- Last Pushed: 2025-03-23T08:21:14.000Z (2 months ago)
- Last Synced: 2025-03-23T09:23:35.030Z (2 months ago)
- Topics: phaserjs, typescript
- Language: TypeScript
- Homepage: https://destress-app.netlify.app/
- Size: 9.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeStress
A compilation of antistress games and stimulis.The project is completely client side.
### Structure
public - HTML, images and other media are stored here
src - all TypeScript code is located here
configs - different configurations
globals - globally used code
pages - components sorted by pages
styles - project styles
types - project types
utils - utils for main files### Stack
TypeScript, SCSS, Ant Design, Phaser.js, Framer Motion### Getting started
1) Install NodeJS (https://nodejs.org/en/)
2) Clone this repository:
```
git clone https://github.com/Arman2409/DeStress.git
```
3) Go to the root directory of your cloned repo:
```
cd DeStress
```
4) Run npm install in terminal or cmd:
```
npm i
```
5) Start development server:
```
npm run start
```