We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4f079 commit 1ddef3bCopy full SHA for 1ddef3b
docs/guides/frontend_setup.txt
@@ -0,0 +1,26 @@
1
+1. Install nvm and node js in Ubuntu
2
+
3
+ Run:
4
+ sudo apt install curl
5
+ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
6
7
+ Close and reopen terminal, then run:
8
+ nvm install node
9
10
11
+2. Clone repo onto PC and open in your text editor (in VS Code there is a Git Clone option on the welcome page)
12
13
+3. Install node_modules and test run the frontend
14
15
16
+ npm install
17
18
+ Then run:
19
+ npm run build
20
+ npm run preview
21
22
+ And open the link in the terminal to check if everything is working fine
23
24
25
26
+Lmk if anything in here needs revision in class
docs/react_hooks.txt renamed to docs/guides/react_hooks.txt
0 commit comments