Skip to content

This is the source code for https://clientdiversity.org, a resource site to assist client diversity efforts.

License

Notifications You must be signed in to change notification settings

f3d0ss/clientdiversity-org

 
 

Repository files navigation

clientdiversity-org

This is the repo for https://clientdiversity.org, a resource site to assist client diversity efforts.

Using Netlify + Jekyll (required for serverless function testing)

  1. Clone the repo (or fork the repo to your account)
  2. Install dependencies: bundle install
  3. Install dependencies: npm install
    • Note: Use Node v16 (Netlify has issues with Node v17)
  4. Install Netlify CLI: npm install netlify-cli -g
  5. Authenticate Netlify account: netlify login
  6. Create a feature branch off of the dev branch
  7. Start the local server: netlify dev
  8. The local server should open automatically

Just Using Jekyll

  1. Clone the repo (or fork the repo to your account)
  2. Install dependencies: bundle install
  3. Create a feature branch off of the dev branch
  4. Start the local server: bundle exec jekyll serve
  5. Go to http://localhost:4000/ to view changes

To build the site use bundle exec jekyll build.

Resources:

About

This is the source code for https://clientdiversity.org, a resource site to assist client diversity efforts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.9%
  • HTML 23.7%
  • CSS 7.0%
  • Ruby 3.4%