Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewmacmurray/my-site

My website
https://github.com/andrewmacmurray/my-site

Last synced: 25 days ago
JSON representation

My website

Awesome Lists containing this project

README

        

# README

My personal website, built with [elm-pages-v3](https://elm-pages.com/docs).

## Develop Locally

Install dependencies (including `lamdera` compiler):

```
npm install
```

Run the dev server:

```
npm start
```

Build for production:

```
npm run build
```

The site auto deploys to production from `main` on `vercel`.