Important
Remember to change pre-defined values in config.js
file (like name
, description
, socials
etc.) before deploying your website! Change them in your forked repository.
- Clone this repository
git clone https://github.com/blackzacktech/blackzacktech.dev.git
- Run
pnpm i
to install all dependencies, - Copy
.env.example
file and rename it to.env
- In
.env
file set this values:GITHUB_ACCESS_TOKEN
- Your GitHub access token with public repositories permissionDISCORD_WEBHOOK_URL
- Discord Webhook URL for contact form
- Edit pre-defined values in
config.js
file (likename
,description
,socials
etc.) - Run
pnpm build
to build the project orpnpm dev
to run the project in development mode.
Note
You can also use npm
or yarn
instead of pnpm
Variable | Description | Required |
---|---|---|
GITHUB_ACCESS_TOKEN |
Your GitHub access token with public repositories permission | ☑️ Yes |
DISCORD_WEBHOOK_URL |
Discord Webhook URL for contact form | ☑️ Yes |
HOTJAR_ID |
Your Hotjar website ID (for analytics) | ❌ No |
If you have any issues with the page please create new issue here
When submitting a pull request:
- Clone the repository
git clone https://github.com/blackzacktech/blaczack.dev
- Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
- Open a pull request on GitHub and describe the feature or fix.
This project is licensed under the MIT. See the LICENSE file for details