Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alanmorel/alanmorel.com
- Owner: AlanMorel
- License: mit
- Created: 2017-03-04T07:41:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T20:18:13.000Z (about 1 month ago)
- Last Synced: 2024-10-11T01:24:21.046Z (27 days ago)
- Topics: css, html, javascript, vue
- Language: TypeScript
- Homepage: https://alanmorel.com/
- Size: 232 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_YorkSHAREX_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).