Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiswe/hiswe-website
My website.
https://github.com/hiswe/hiswe-website
Last synced: 30 days 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T13:44:35.000Z (12 months ago)
- Last Synced: 2024-04-13T12:13:56.416Z (9 months 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