Skip to content

Commit

Permalink
using npm and vite for dependencies and building
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanshu Dangi authored and PriyanshuDangi committed Oct 27, 2023
1 parent 48d3112 commit 22351db
Show file tree
Hide file tree
Showing 404 changed files with 447 additions and 186,600 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ This is the online 3D model of NIT-Trichy, a premier engineering college in Ind
## Getting Started
```
git clone https://github.com/PriyanshuDangi/Virtual-NITT.git
open virtual/code/index.html in browser
cd virtual
npm i
```
You might face cors error, disable it in your browser while loading the page. Or, open the html file with live server using the vs-code extension [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)

Inside virtual folder run
```
npm run dev
```
to start the development process

## Contributing

Expand Down
2 changes: 2 additions & 0 deletions virtual/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
3 changes: 3 additions & 0 deletions virtual/.vite/deps_temp_6d22e9d5/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
Loading

0 comments on commit 22351db

Please sign in to comment.