https://github.com/zanderlewis/zanderlewis.dev
https://github.com/zanderlewis/zanderlewis.dev
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zanderlewis/zanderlewis.dev
- Owner: zanderlewis
- Created: 2024-06-05T19:22:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-17T22:15:23.000Z (about 1 year ago)
- Last Synced: 2025-04-18T12:18:30.330Z (about 1 year ago)
- Language: Astro
- Homepage: https://zanderlewis.dev
- Size: 6.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`