Skip to content

InsightSoftwareConsortium/insightsoftwareconsortium.org

Repository files navigation

insightsoftwareconsortium.org

Powered by NumFOCUS

Fleek hosted:

https://isc.on.fleek.co/

Netlify hosted:

https://insightsoftwareconsortium.netlify.com

The Insight Software Consortium (ISC) uses an open governance model and is fiscally sponsored by NumFOCUS. Consider making a tax-deductible donation to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.


License

It is covered by the Apache License, Version 2.0:

http://www.apache.org/licenses/LICENSE-2.0

Supporting The ISC

The ISC software projects are fiscally sponsored projects of NumFOCUS, a non-profit dedicated to supporting the open source scientific computing community. If you want to support ISC's mission to promote open-source, reproducible scientific image analysis software for education and research, please consider making a donation to support our efforts.

NumFOCUS is 501(c)(3) non-profit charity in the United States; as such, donations to NumFOCUS are tax-deductible as allowed by law. As with any donation, you should consult with your personal tax adviser or the IRS about your particular tax situation.

Website Features

  • Material UI Framework
  • Roboto Typeface (self hosted)
  • SEO
  • Offline Support
  • Based on Gatsby Default Starter

Development

  1. Install Node.js.

  2. Clone and install dependencies.

    git clone https://github.com/InsightSoftwareConsortium/insightsoftwareconsortium.org
    cd insightsoftwareconsortium.org
    npm ci

If you encounter the error:

Error: ENOSPC: System limit for number of file watchers reached,

Run:

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
  1. Start developing.

    npm run develop
  2. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the <project-name> directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!