Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🦍🍌
- Host: GitHub
- URL: https://github.com/gorillamoe/www.gorilla.moe
- Owner: gorillamoe
- Created: 2020-02-19T11:02:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T19:35:20.000Z (11 days ago)
- Last Synced: 2024-11-07T20:32:42.606Z (11 days ago)
- Topics: blog, blog-engine, jsdoc, markdown, nodejs, npm, npmjs, static-site, static-site-generator, svelte, sveltekit
- Language: Svelte
- Homepage: https://gorilla.moe
- Size: 23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.