Skip to content

devict/website

Repository files navigation

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

  • Deno
    • A typescript-first node alternative with a much better developer experience.
  • Fresh
    • A server-first react framework (well, preact really).
    • Has tailwind built in (well, twind really).
  • Deployed to Deno Deploy.

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

  • 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.