You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get started developing on *flowR*, we recommend carefully reading the following pages:
11
-
- 💻 [Setting up the *flowR* development environment](${FlowrWikiBaseRef}/Setup#%EF%B8%8F-building-from-scratch). This page explains how to install **R** and **Node.js**.
12
-
- 💖 [Contributing guidelines](${FlowrGithubBaseRef}/flowr/tree/main/.github/CONTRIBUTING.md). This page also includes information about how to set up **git-lfs** and several **git hooks**.
11
+
- 💻 [Setting up the *flowR* development environment](${FlowrWikiBaseRef}/Setup#%EF%B8%8F-building-from-scratch).\
12
+
This page explains how to install **R** and **Node.js**.
This page also includes information about how to set up **git-lfs** and several **git hooks**.
13
15
14
16
## ⌛ TL;DR
15
17
16
18
The most important steps to get the *flowR* development environment set up (after installing **R** and **Node.js**) can be seen below. For convenience, they can be executed all at once using the following command:
17
19
${codeBlock('shell','npm run setup:dev')}
18
20
21
+
If you want to execute the steps manually, please follow the instructions below:
22
+
19
23
${codeBlock('shell',`
20
24
# Installing git-lfs for your current user (if you haven't already)
0 commit comments