/website

The devICT website!

Primary LanguageTypeScript

devICT: Help

This website aims to make it easy to find and act on different ways to be involved with and contribute to the devICT community.

Built with

Developing locally

  • Copy .env.example to .env.
    • Provide a value for config items, instructions below.
  • Download dependencies: deno cache dev.ts.
  • Run the server: deno task start.
  • Open http://localhost:8000.

Configuration

  • APP_GITHUB_TOKEN, required for making GitHub API calls.
    • Generate one from your GitHub settings.
    • Does not need any special permissions, it only accesses public information.