https://github.com/arondight/arondight.github.io
https://github.com/arondight/arondight.github.io
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arondight/arondight.github.io
- Owner: Arondight
- License: mit
- Created: 2016-01-03T09:42:03.000Z (about 10 years ago)
- Default Branch: source
- Last Pushed: 2025-03-22T22:16:01.000Z (10 months ago)
- Last Synced: 2025-03-22T23:20:55.119Z (10 months ago)
- Language: JavaScript
- Homepage: http://arondight.github.io
- Size: 3.29 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# arondight.github.io
## About
Source of [arondight.github.io](http://arondight.github.io).
## Dependencies
1. `bash`
2. `git`
3. `npm` and `npx`
## Usage
### INIT
```sh
git clone https://github.com/Arondight/arondight.github.io.git
cd arondight.github.io
npm install
```
### Build and Serve
```sh
npm run serve
```
> Then visit [localhost:4000](http://localhost:4000) in browser.
### Push
```bash
npm run deploy
```
## LICENSE
[MIT License](LICENSE).