Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d13/d13.github.io
My personal website and general dumping ground to try out my ideas.
https://github.com/d13/d13.github.io
css html javascript
Last synced: about 1 month ago
JSON representation
My personal website and general dumping ground to try out my ideas.
- Host: GitHub
- URL: https://github.com/d13/d13.github.io
- Owner: d13
- Created: 2016-07-28T19:26:40.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T04:50:14.000Z (about 2 months ago)
- Last Synced: 2024-11-15T05:27:03.229Z (about 2 months ago)
- Topics: css, html, javascript
- Language: TypeScript
- Homepage: https://d13.github.io
- Size: 29.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# d13.github.io
My personal website and general dumping ground to try out my ideas.
## Local Setup
You will need node.js installed to run this locally and build the files.
To get started:
- From the terminal, browse to the project's root folder
- Run `npm install`## Development gulp task
Run `gulp dev`
This will:
- Builds the JS, CSS and HTML files
- Run a local web-server to see you changes
- Live-reloads the browser as changes are made## Individual gulp tasks
**Browsing locally:** run `gulp serve`
**Wipe-out built files:** run `gulp clean`
**Building all files:** run `gulp build`
**Building HTML:** run `gulp build-templates`
**Building JS:** run `gulp build-scripts`
**Building CSS:** run `gulp build-styles`