Skip to content

Commit

Permalink
v1.4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
FIQTOR committed Oct 27, 2023
1 parent ee60b2d commit 98a637c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,15 @@

## Usage

1. Configure your github token settings in the .env file, If there is no, duplicate of the .env.example file, and rename it to .env.
1. Configure your github token settings in the .env file, If there is no, duplicate of the .env.example file, and rename it to .env:

```bash
GITHUB_USERNAME= "your-github-username"
GITHUB_TOKEN= "your-token"
```
```bash
GITHUB_USERNAME= "your-github-username"
GITHUB_TOKEN= "your-token"
```

2. Configure your website (metadata, projects, skills) in the @/common/constant/ directory
2. Configure your website (metadata, projects, skills) in the @/common/constant/ directory.

## Reference

<a href="https://github.com/Bayusetiawan45/v2.codebayu.com">Bayusetiawan45</a>

0 comments on commit 98a637c

Please sign in to comment.