- For the React site readme, click here
- Node.js (including NPM) - learn more about Node.js
here
In your command line terminal (e.g. iTerm or Terminal), TYPE:
node -v
This should tell you which Node.js version you have installed. ✅
If not, please install it to continue. There are various ways to install Node.js
The simplest way is to download Node.js pre-built installer here
If you use Homebrew
for example, TYPE:
brew install node
In any case, please choose whichever method suits you.
If you have not already done so ... Git clone this repo e.g. TYPE:
git clone https://github.com/CodingBlackFemales/cbf-community-website.git
more info on this from here: Git-Basics-Getting-a-Git-Repository
Now for the fun bit 😅 - launching 🚀 the webserver locally 💻
In the command line do the following, TYPE:
-
cd cbf-community-website
- to go into the CBF Community Website project folder -
cd functions
- to go into thefunctions/
folder -
npm install
- to install all the required node modules frompackage.json
-
npm run local
ornode index.js
- this will launch the website locally
If all went well 🤞🏿 you can now view your local version of cbf community website here:
Bootstrap theme cloned from Start Bootstrap's Stylish Portfolio