Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arman2409/destress
Antistress games' compilation
https://github.com/arman2409/destress
phaserjs typescript
Last synced: 2 days ago
JSON representation
Antistress games' compilation
- Host: GitHub
- URL: https://github.com/arman2409/destress
- Owner: Arman2409
- Created: 2023-09-25T17:37:49.000Z (about 1 year ago)
- Default Branch: release
- Last Pushed: 2024-02-09T18:09:04.000Z (9 months ago)
- Last Synced: 2024-10-17T17:45:11.037Z (20 days ago)
- Topics: phaserjs, typescript
- Language: TypeScript
- Homepage: https://destress-app.netlify.app/
- Size: 9.49 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
```