Create setup-for-development

This commit is contained in:
Wes Coderre 2023-02-21 14:22:56 -08:00 committed by GitHub
parent edacf8275e
commit e178954e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
setup-for-development Normal file
View File

@ -0,0 +1,13 @@
#!/bin/bash
# install nvm and nodejs
# NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
# at this point check if script to load nvm was added to profile or others profiles such as .bashrc
# if was not add make script that add's the export script
# reload profile edited eg. `source ~/.bash_profile`
# install node
nvm install node