Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edm00se/edm00se.github.io

A project root for coding/hacking/open source efforts.
https://github.com/edm00se/edm00se.github.io

Last synced: 7 days ago
JSON representation

A project root for coding/hacking/open source efforts.

Awesome Lists containing this project

README

        

# [edm00se.codes][my-url]

[![Deploy to GitHub Pages](https://github.com/edm00se/edm00se.github.io/workflows/Deploy%20to%20GitHub%20Pages/badge.svg)](https://github.com/edm00se/edm00se.github.io/actions?query=workflow%3A%22Deploy+to+GitHub+Pages%22)

> My GitHub user homepage, under the custom domain name of [edm00se.codes][my-url].

All GitHub repositories with GitHub Pages, without their own custom domain name, will exist under [edm00se.codes][my-url]/_<repo-name>_.

This page is built with [vite][vitejs].

## Build Setup

```bash
# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run dev

# build for production with minification
npm run build

# run unit tests
npm test
```

## License

MIT

[my-url]: https://edm00se.codes
[vitejs]: https://vitejs.dev/