Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 560 Bytes

README.md

File metadata and controls

41 lines (19 loc) · 560 Bytes

Asylum Connect Catalog

This project is a rewrite of https://catalog.asylumconnect.org

Tech Stack

  • Nextjs
  • React
  • Redux
  • CSS Modules
  • More to come

Tasks

The scope of the project is tracked in the Issues tab

Local development

  • Clone this repo
  • run yarn to install dependencies
  • duplicate .env.example and rename to .env and get a copy of the env vars from someone on the team
  • run yarn dev to start the Next server which will be viewable at http://localhost:3000

Running tests

  • TBD

Deploying

  • TBD