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
{{ message }}
This repository was archived by the owner on Mar 10, 2021. It is now read-only.
A search 🔎engine for community-made 🧑🤝🧑learning resources for the 21st-century learner.👨💻👩💻Learn by following the footsteps (resources) of experts or make your own, giving others the right advice/resources to learn. This chrome extension let's you track your learning footsteps and also inspire others to follow them. This app complements [footsteps-app](https://github.com/fnplus/footsteps-app)
2
+
A search 🔎engine for community-made 🧑🤝🧑learning resources for the 21st-century learner.👨💻👩💻Learn by following the footsteps (resources) of experts or make your own, giving others the right advice/resources to learn. This chrome extension let's you track your learning footsteps and also inspire others to follow them.
3
+
This app complements [footsteps-app](https://github.com/fnplus/footsteps-app) . The browser extension for Footsteps App helps you to quickly save your learning footsteps with a click of a button.
- To build you code and add the extention to your chrome, run:
36
-
```bash
37
-
yarn run build
38
-
```
39
-
or
40
-
```bash
41
-
npm run build
42
-
```
43
-
and load the `/build` folder in`chrome://extensions/` on chrome (Load unpacked)
44
-
45
-
## 💻 Developing guidelines
46
-
47
-
- Put all the code in one of the existing files in`/src`. If you add a new file, make a relavent modification to `build.js`
48
-
- If you want to modularize the code, use the `/src/lib` folder. Put all the modules there and `require()` them from `/src`. This will not need any modification to the `build.js` file.
49
-
- Push all the code to your own branch. Once you are sure its working, merge it with `dev` branch. Let's maintain only the stable and released versions on the `master` branch.
50
-
- Write kick-ass, readable and clean code.
22
+
1.**Install Node v12**
23
+
24
+
[**Link for Node installation (Latest LTS Version)**](https://nodejs.org/en/download/)
4.**To build you code and add the extention to your chrome, run:**
43
+
44
+
```bash
45
+
npm run build
46
+
```
47
+
Or
48
+
```bash
49
+
yarn run build
50
+
```
51
+
52
+
5.**Load the `/build` folder in `chrome://extensions/` on chrome (Load unpacked)**
53
+
54
+
## 💻 Development guidelines
55
+
56
+
1. Put all the code in one of the existing files in `/src`. If you add a new file, make a relavent modification to `build.js`.
57
+
58
+
2. If you want to modularize the code, use the `/src/lib` folder. Put all the modules there and `require()` them from `/src`. This will not need any modification to the `build.js` file.
59
+
60
+
3. Push all the code to your own branch. Once you are sure its working, merge it with `dev` branch. Let's maintain only the stable and released versions on the `master` branch.
0 commit comments