Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowmess/lowmess.com
My personal portfolio website
https://github.com/lowmess/lowmess.com
blog emotion nextjs personal-website portfolio react theme-ui typescript
Last synced: 12 days ago
JSON representation
My personal portfolio website
- Host: GitHub
- URL: https://github.com/lowmess/lowmess.com
- Owner: lowmess
- License: mit
- Created: 2015-02-06T10:46:08.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T07:43:30.000Z (8 months ago)
- Last Synced: 2024-10-24T23:29:56.162Z (19 days ago)
- Topics: blog, emotion, nextjs, personal-website, portfolio, react, theme-ui, typescript
- Language: MDX
- Homepage: https://lowmess.com
- Size: 143 MB
- Stars: 219
- Watchers: 3
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lowmess.com
## Installing
```bash
git clone https://github.com/lowmess/lowmess.git
cd lowmess
npm i
```## Building
```bash
npm run build
```## Developing
```bash
npm run start
```