Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrozbarry/erinnbarry.com
My wife's website
https://github.com/mrozbarry/erinnbarry.com
Last synced: 10 days ago
JSON representation
My wife's website
- Host: GitHub
- URL: https://github.com/mrozbarry/erinnbarry.com
- Owner: mrozbarry
- Created: 2017-08-04T02:38:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T03:32:25.000Z (6 months ago)
- Last Synced: 2024-05-21T12:44:20.621Z (6 months ago)
- Language: JavaScript
- Size: 19.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this?
I'm making a website for my wife, which started as a template from some website, but I was completely dissatisified with the over-the-top use of jQuery for things css was able to do.
# Here's how you do stuff
## Get any updates:
```bash
git pull origin master
```## Run the local server to do live editting before you deploy:
```bash
yarn dev
```The local server will be: [http://localhost:8080](http://localhost:8080)
## Upload your changes to github:
```bash
git commit -am "Change this text to describe what you changed."
git push origin master
```## Deploy to your domain:
```bash
yarn deploy
```And it will be found here: [http://erinnbarry.com](http://erinnbarry.com)