Skip to content

Commit dad72c3

Browse files
committed
rename vue-app to frontend in README
1 parent 36001aa commit dad72c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-app
1+
# CoderBot frontend app
22
![Build](https://github.com/CoderBotOrg/frontend/actions/workflows/build.yml/badge.svg)
33

44
> CoderBot is a RaspberryPI-based programmable robot for educational purposes. Check the [project website](https://www.coderbot.org) for more information.
@@ -19,8 +19,8 @@ Run the backend, following the instructions [here](https://github.com/CoderBotOr
1919
Once the backend is online:
2020

2121
```bash
22-
git clone https://github.com/CoderBotOrg/vue-app.git
23-
cd vue-app
22+
git clone https://github.com/CoderBotOrg/frontend.git
23+
cd frontend
2424
npm install
2525
npm run dev
2626
```

0 commit comments

Comments
 (0)