Skip to content

Commit

Permalink
📦Clean up VI: preview, delete non-used files
Browse files Browse the repository at this point in the history
  • Loading branch information
thienguen committed Aug 25, 2023
1 parent 8e8f51a commit d4fc56b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,14 @@

# Preview

![Something](http://g.recordit.co/C5V1kC86St.gif)
<!-- ![Something](http://g.recordit.co/C5V1kC86St.gif) -->
![Something](/public/bg/Preview-website.gif)


## Getting Started

Set up the environment variables file with the following variables.

- Get `GITHUB_ID` and `GITHUB_SECRET` from [Github OAuth](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)

- Get `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` from [Google OAuth](https://console.cloud.google.com/apis/credentials)

- GET `NEXTAUTH_SECRET` from [NextAuth](https://next-auth.js.org/getting-started/example)
- OR runt the command `openssl rand -base64 32` in the CLI
- OR access to this website [NextAuth](https://generate-secret.vercel.app/32)

### .env

```bash
# https://api.lanyard.rest/v1/users/user_id
BASE_URL=http://localhost:3000
Expand All @@ -41,6 +33,14 @@ NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
```

- Get `GITHUB_ID` and `GITHUB_SECRET` from [Github OAuth](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app)

- Get `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET` from [Google OAuth](https://console.cloud.google.com/apis/credentials)

- GET `NEXTAUTH_SECRET` from [NextAuth](https://next-auth.js.org/getting-started/example)
- OR runt the command `openssl rand -base64 32` in the CLI
- OR access to this website [NextAuth](https://generate-secret.vercel.app/32)

Next, run in the CLI (root folder)

```bash
Expand Down
Binary file added public/bg/Preview-website.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/bg/initial.png
Binary file not shown.
Binary file removed public/bg/name.png
Binary file not shown.
Binary file removed public/mouse/fly-pixel.gif
Binary file not shown.

0 comments on commit d4fc56b

Please sign in to comment.