https://github.com/adriksowy/adriksgames
My official website where I published my games. The games were made in ClickTeam Fusion 2.5.
https://github.com/adriksowy/adriksgames
adriksgames front-end javascript scss vue vuejs website
Last synced: about 2 months ago
JSON representation
My official website where I published my games. The games were made in ClickTeam Fusion 2.5.
- Host: GitHub
- URL: https://github.com/adriksowy/adriksgames
- Owner: AdriksOwy
- License: apache-2.0
- Created: 2022-02-06T18:11:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T18:21:05.000Z (over 4 years ago)
- Last Synced: 2025-02-16T08:27:34.608Z (over 1 year ago)
- Topics: adriksgames, front-end, javascript, scss, vue, vuejs, website
- Language: SCSS
- Homepage: https://adriksgames.github.io/
- Size: 2.85 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adriksgames
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).