https://github.com/hiswe/hiswe-website
My website.
https://github.com/hiswe/hiswe-website
Last synced: 3 months ago
JSON representation
My website.
- Host: GitHub
- URL: https://github.com/hiswe/hiswe-website
- Owner: Hiswe
- License: mit
- Created: 2010-09-26T15:44:15.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T13:44:35.000Z (over 2 years ago)
- Last Synced: 2025-02-03T22:32:56.360Z (over 1 year ago)
- Language: Vue
- Homepage: http://hiswe.net/
- Size: 6.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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