Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hiswe/hiswe-website

My website.
https://github.com/hiswe/hiswe-website

Last synced: 30 days ago
JSON representation

My website.

Awesome Lists containing this project

README

        

# Hiswe website

[hiswe.net](http://hiswe.net)

- [prerequisite](#prerequisite)
- [commands](#commands)
- [building dependencies](#building-dependencies)
- [building for production](#building-for-production)
- [development](#development)

## prerequisite

see package.json engines

- [Node.js](https://nodejs.org/en/)
- [pnpm](https://pnpm.io/)

## commands

### building dependencies

```sh
pnpm install
```

### building for production

```sh
yarn build
```

### development

```sh
yarn start
```

application will be running on http://localhost:3000