Skip to content
Snippets Groups Projects
Commit e60cbc76 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

desc local run

parent 949cbed1
No related branches found
No related tags found
No related merge requests found
......@@ -51,15 +51,21 @@ hellooo it's mee, Flip :D
### Local run
#### Install npm
For that, we have to install Node.js from https://nodejs.org/en/download/package-manager
##### Install yarn
Close Terminal and open again
check installation with:
node -v
npm -v
Close VSC and open it again
#### Install yarn
npm install --global yarn
#### Navigate to folder and install dependencies
cd bielefeld-cebitec
yarn install
#### Run
yarn run dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment