From 74f562c3cf9dc1a7d703be53264bd395fc55ca7b Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 23 Apr 2022 00:46:30 +0700 Subject: [PATCH] add header --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4235158..bd66ba8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ +# Tube Archivist Frontend + +This repo is WIP, recreation of [Tube Archivist](https://github.com/tubearchivist/tubearchivist) frontend in NextJS/React. + This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Setup your environment -- Clone the `feat/react-frontend` branch, base folder of the frontend is in `tubearchivist/www` -- Copy *.env.local.example* to *.env.local* and set: - - **NEXTAUTH_SECRET**: Some long random string - - **NEXTAUTH_URL**: Your frontend, most likely `http://localhost:3000` - - **NEXT_PUBLIC_TUBEARCHIVIST_URL**: Your Tube Archivist backend testing server, e.g. `http://localhost:8000` +Copy *.env.local.example* to *.env.local* and set: +- **NEXTAUTH_SECRET**: Some long random string +- **NEXTAUTH_URL**: Your frontend, most likely `http://localhost:3000` +- **NEXT_PUBLIC_TUBEARCHIVIST_URL**: Your Tube Archivist backend testing server, e.g. `http://localhost:8000` ## Getting Started