Skip to content

Commit

Permalink
ci: update git repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
Symbitic committed Mar 30, 2024
1 parent 3d4906b commit 570d8a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# BabylonJS-Doom-Clone

![Deploy to GitHub Pages](https://github.com/Symbitic/BabylonJS-Doom-Clone/actions/workflows/deploy.yml/badge.svg)
![Deploy to GitHub Pages](https://github.com/babylonjs-archive/doom-clone/actions/workflows/deploy.yml/badge.svg)

This is a modernized fork of <https://github.com/CelesteComet/BabylonJS-Doom-Clone> that adds TypeScript and Vite support for faster development.
This is a fork of the original here: <https://github.com/CelesteComet/BabylonJS-Doom-Clone>

View the live site here: <https://symbitic.github.io/BabylonJS-Doom-Clone/>
View the live site here: <https://babylonjs-archive.github.io/doom-clone/>

To run locally, clone the repository and run this:

cd BabylonJS-Doom-Clone
cd doom-clone
npm install
npm run dev
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
{
"name": "babylonjs-doom-clone",
"name": "doom-clone",
"private": true,
"version": "1.0.0",
"description": "Doom style game crafted with love using Babylon.js",
"description": "Doom-style game crafted with love using Babylon.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --base BabylonJS-Doom-Clone",
"build": "vite build --base doom-clone",
"prebuild": "tsc",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Symbitic/BabylonJS-Doom-Clone.git"
"url": "git+https://github.com/babylonjs-archive/doom-clone.git"
},
"author": "Alex Shaw <alex.shaw.as@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Symbitic/BabylonJS-Doom-Clone/issues"
},
"homepage": "https://github.com/Symbitic/BabylonJS-Doom-Clone#readme",
"dependencies": {
"@babylonjs/core": "^5.45.0",
"@babylonjs/gui": "^5.45.0",
Expand Down

0 comments on commit 570d8a9

Please sign in to comment.