From b84800901180bb61abe4db548fd45de5864370a5 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sat, 4 Oct 2025 19:05:37 -0700 Subject: [PATCH] fix: start the web server --- README.md | 16 +++------------- src/index.ts | 2 ++ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 47a840e..ce57831 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,10 @@ -# New Repository Template +# Callista -This template contains all of our basic files for a new GitHub repository. There is also a handy workflow that will create an issue on a new repository made from this template, with a checklist for the steps we usually take in setting up a new repository. - -If you're starting a Node.JS project with TypeScript, we have a [specific template](https://github.com/naomi-lgbt/nodejs-typescript-template) for that purpose. - -## Readme - -Delete all of the above text (including this line), and uncomment the below text to use our standard readme template. - -