mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
add header
This commit is contained in:
parent
7b5903c12c
commit
74f562c3cf
13
README.md
13
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).
|
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
|
## 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:
|
||||||
- Copy *.env.local.example* to *.env.local* and set:
|
- **NEXTAUTH_SECRET**: Some long random string
|
||||||
- **NEXTAUTH_SECRET**: Some long random string
|
- **NEXTAUTH_URL**: Your frontend, most likely `http://localhost:3000`
|
||||||
- **NEXTAUTH_URL**: Your frontend, most likely `http://localhost:3000`
|
- **NEXT_PUBLIC_TUBEARCHIVIST_URL**: Your Tube Archivist backend testing server, e.g. `http://localhost:8000`
|
||||||
- **NEXT_PUBLIC_TUBEARCHIVIST_URL**: Your Tube Archivist backend testing server, e.g. `http://localhost:8000`
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user