Skip to content

Commit e64d056

Browse files
Minor changes to steps readme
1 parent e6ade6f commit e64d056

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* With nopalm you can create/scaffold any kind of new project using various pre-defined choices, manage existing node project and its package dependencies efficiently.
1414
* *Why the name?* **No**de **P**roject **M**anager sounded very close to **Nopalm** (also sounding similar to `Napalm`). Hence the name (and the branding)!
1515
* This project is heavily inspired from [Vue-UI](https://cli.vuejs.org/dev-guide/ui-api.html) and [NPM-GUI](https://www.npmjs.com/package/npm-gui) and "tries" to improve on these projects.
16-
* **Desired Future** : Premium features including gen-AI intelligence helping with the development, on cloud.
16+
* *Desired Future?* Premium cloud and gen-AI features.
1717

1818
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
1919

@@ -49,15 +49,16 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
4949
```shell
5050
cd client
5151
npm run dev'
52-
* Alias the nopalm server
53-
```shell
54-
echo 'alias lnopalm="node /path/to/nopalm_project"' >> ~/.zshrc
55-
```
5652
* Run the server in an existing node project
5753
```shell
5854
cd /path/to/target_node_project
5955
npm run dev --prefix /path/to/nopalm
6056
```
57+
* Alternatively, alias the nopalm server and run
58+
```shell
59+
echo 'alias lnopalm="node /path/to/nopalm_project"' >> ~/.zshrc
60+
cd /path/to/target_node_project && lnopalm
61+
```
6162
* Visit [https://localhost:3000](https://localhost:3000)
6263
**To run the production version**
6364
* Build the UI and run the server alone

0 commit comments

Comments
 (0)