mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 17:41:21 +00:00
57 lines
1.5 KiB
Markdown
57 lines
1.5 KiB
Markdown
<div align="center">
|
|
<h1 align="center">hellob.art</h1>
|
|
<h5>a simple portfolio</h5>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<a href="https://sonarcloud.io/summary/new_code?id=bartvdbraak_hellob.art"><img src="https://sonarcloud.io/api/project_badges/measure?project=bartvdbraak_hellob.art&metric=alert_status" /></a>
|
|
<a href="https://github.com/bartvdbraak/hellob.art/deployments/activity_log?environment=Production"><img src="https://img.shields.io/github/deployments/bartvdbraak/hellob.art/production?label=vercel&logo=vercel" /></a>
|
|
</div>
|
|
|
|
<div align="center">
|
|
<a href="https://hellob.art?ref=github">hellob.art</a>
|
|
</div>
|
|
<br/>
|
|
|
|
## Installation
|
|
|
|
To install the project and its dependencies, follow these steps:
|
|
|
|
1. Ensure you have `pnpm` installed on your system. If not, you can install it by running:
|
|
|
|
```sh-session
|
|
npm install -g pnpm
|
|
```
|
|
|
|
2. Run the following command to install the project dependencies:
|
|
```sh-session
|
|
pnpm install
|
|
```
|
|
|
|
### Environment Variables
|
|
|
|
After setting up the required services, you need to set the corresponding environment variables in the `/.env` file. To do this, follow these steps:
|
|
|
|
1. Make a copy of the `.env.example` file:
|
|
|
|
```sh-session
|
|
cp .env.example .env
|
|
```
|
|
|
|
2. Open the `.env` file in a text editor and populate the values for the services mentioned above.
|
|
|
|
## Build
|
|
|
|
To build the project, execute the following command:
|
|
|
|
```sh-session
|
|
pnpm build
|
|
```
|
|
|
|
## Run
|
|
|
|
To run the project locally, use the following command:
|
|
|
|
```sh-session
|
|
pnpm run dev
|
|
```
|