remove node_modules,add git ignore

This commit is contained in:
Djkato 2023-02-18 19:06:27 +01:00
parent c7743bbcd0
commit f96d1a4c8c
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
node_modules

View file

@ -7,7 +7,7 @@ To test locally, you'll need:
how to test: how to test:
1. Download this repo to a folder 1. Download this repo to a folder
2. Open terminal in this folder, type `npm run serve` 2. Open terminal in this folder, type`npm install`, wait till it's done, then `npm run serve`
3. Go to http://localhost:3000 on your Chrome browser 3. Go to http://localhost:3000 on your Chrome browser
4. click start button, observe 4. click start button, observe