Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmacmurray/my-site
My website
https://github.com/andrewmacmurray/my-site
Last synced: 25 days ago
JSON representation
My website
- Host: GitHub
- URL: https://github.com/andrewmacmurray/my-site
- Owner: andrewMacmurray
- License: mit
- Created: 2020-11-13T13:20:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T02:43:19.000Z (9 months ago)
- Last Synced: 2024-04-14T11:34:09.367Z (7 months ago)
- Language: Elm
- Homepage: https://amacmurray.dev
- Size: 4.67 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.