A static website generated using Gatsby
Visit us at https://www.bahaisongproject.com
- Clone repo with
git clone git@github.com:bahaisongproject/bahaisongproject.com.git
cd
into repo withcd bahaisongproject.com
- Use correct node version:
nvm use
- Install dependencies:
yarn install
What you can do now
- Start Gatsby development server with
yarn run dev
. You can access the development version of the website athttp://localhost:8000/
. - Build the production website with
yarn run build
. This will generate all necessary files and place them in thepublic
directory. - Serve the production website with
yarn run serve
. You can access the production version of the website athttp://localhost:9000/