Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gorillamoe/www.gorilla.moe

This is the source code for my personal website that I use to showcase my projects and share a little bit about myself. 🦍🍌
https://github.com/gorillamoe/www.gorilla.moe

blog blog-engine jsdoc markdown nodejs npm npmjs static-site static-site-generator svelte sveltekit

Last synced: 7 days ago
JSON representation

This is the source code for my personal website that I use to showcase my projects and share a little bit about myself. 🦍🍌

Awesome Lists containing this project

README

        

# www.gorilla.moe

[![Deploy](https://github.com/gorillamoe/www.gorilla.moe/actions/workflows/deploy.yml/badge.svg)](https://github.com/gorillamoe/www.gorilla.moe/actions/workflows/deploy.yml)
[![Lint](https://github.com/gorillamoe/www.gorilla.moe/actions/workflows/lint.yml/badge.svg)](https://github.com/gorillamoe/www.gorilla.moe/actions/workflows/lint.yml)

![](.github/cover.png)

This is the source code for [gorilla.moe](https://gorilla.moe),
a personal website that I use to showcase my projects and share a little bit about myself.

## Developing

Once you've cloned the project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of this app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.