https://github.com/t99/electron-sandbox
https://github.com/t99/electron-sandbox
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/t99/electron-sandbox
- Owner: T99
- License: gpl-3.0
- Created: 2020-02-22T22:58:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T22:58:34.000Z (over 6 years ago)
- Last Synced: 2025-03-02T21:34:22.245Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Website Template
This repository serves as an easy-start template for new websites.
Simply clone the repository into a directory:
```bash
$ git clone git@github.com:T99/website-template.git my-new-site
```
And then run the init script:
```bash
$ ./init.sh
```
The init script will interactively prompt you for website information and then automatically build the site, correct and fill-in site information, and install the specified NPM packages already included in the provided `package.json`.
And that's it! Your website is ready to go.