KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
tylergaw.com
★ 22
Open GitHub ↗
My personal website since 2006
Download README (.md)
Explore Similar Repositories
redmine_export_with_journals
:
Export CSV with history
Formatic
:
Extensible form automation library for Codeigniter
axiom-optimizer
:
Relational algebra optimizer
drawpad
:
Drawing web app made especially for the iPhone, but works in all modern browsers.
s3-static-site
:
Using Ruby and Capistrano, build and deploy a static website to Amazon S3
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
tylergaw.com
?
Download (.md)
# [tylergaw.com](http://tylergaw.com) [](https://app.netlify.com/sites/lucid-swartz-72ad0e/deploys) My personal website since 2006. ## Local development. This is static site built with Eleventy. Install node dependencies: ``` yarn ``` Run and initial build then start the development server and watchers. ``` yarn start ``` For one-off production-ready builds: ``` yarn build ``` ## Deploying Since late 2019, this site is hosted on Netlify. Production deploys happen automatically when pushing to `main`. All pull requests get a preview deploy.