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

https://github.com/zanderlewis/zanderlewis.dev


https://github.com/zanderlewis/zanderlewis.dev

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Website
My personal website, built using [Elixir](https://elixir-lang.org/) and [Master Flask](https://hex.pm/packages/mflask)

## Running Locally
1. Clone the repository
```
git clone https://codeberg.org/zanderlewis/website.git
```
2. Change into the project directory
```
cd website
```
3. Install dependencies
```
mix deps.get
```
4. Start the server
```
mix mf.server lib
```
5. Open your browser and navigate to `http://localhost:4000`