From 6202e61f7d0d3c95609673f8c0a38d82a6cb56cb Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sun, 24 Apr 2022 13:56:19 -0700 Subject: [PATCH] Reorder some README stuff per feedback --- web/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/web/README.md b/web/README.md index 7088f72d..8b3e65db 100644 --- a/web/README.md +++ b/web/README.md @@ -2,11 +2,6 @@ ## Getting started -Manifold's website uses [Next.js][nextjs], which is a [React][react]-based framework that handles concerns like routing, -builds, and a development server. It's also integrated with [Vercel][vercel], which is responsible for hosting the site -and providing some other production functionality like serving the API. The application code is written exclusively in -Typescript. Styling is done via CSS-in-JS in the React code and uses [Tailwind][tailwind] CSS classes. - To run the development server, install [Yarn][yarn], and then in this directory: 1. `yarn` to install all dependencies @@ -15,6 +10,13 @@ To run the development server, install [Yarn][yarn], and then in this directory: Check package.json for other command-line tasks. (e.g. `yarn dev` will point the development server at the prod database. `yarn emulate` will run against a local emulated database, if you are serving it via `yarn serve` from the [`functions/` package][functions-readme].) +## Tech stack + +Manifold's website uses [Next.js][nextjs], which is a [React][react]-based framework that handles concerns like routing, +builds, and a development server. It's also integrated with [Vercel][vercel], which is responsible for hosting the site +and providing some other production functionality like serving the API. The application code is written exclusively in +Typescript. Styling is done via CSS-in-JS in the React code and uses [Tailwind][tailwind] CSS classes. + ## Building and deployment Vercel's GitHub integration monitors the repository and automatically builds (`next build`) and deploys both the `main`