Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alanmorel/alanmorel.com

The code that powers my personal site.
https://github.com/alanmorel/alanmorel.com

css html javascript vue

Last synced: 11 days ago
JSON representation

The code that powers my personal site.

Awesome Lists containing this project

README

        

# AlanMorel.com

This repository hosts home to the code that powers my [personal site](https://alanmorel.com/).

## Installation

Install node, pnpm, clone this repository, then install the dependencies

```sh
git clone https://github.com/AlanMorel/alanmorel.com
```

```sh
cd alanmorel.com
```

```sh
npm install pnpm -g
```

```sh
pnpm install
```

Create a `.env` file

```sh
VERSION=0
NODE_ENV=development
PORT=8080
TZ=America/New_York

SHAREX_SECRET=

JOURNAL_START_DATE=
JOURNAL_COOKIE_NAME=
JOURNAL_COOKIE_PASSWORD=

NEXT_PUBLIC_GOOGLE_ANALYTICS_MEASUREMENT_ID=
```

Create a folder called `logs` at the root:

```sh
mkdir logs
```

Visit `http://localhost:8080` to see the app running.

## Screenshots

![alt tag](https://i.imgur.com/B7fWF0v.png)
![alt tag](https://i.imgur.com/pmxp3di.png)

## License

This code is licensed under the [MIT license](LICENSE).