Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derekargueta/personal-site
https://github.com/derekargueta/personal-site
css html javascript personal-website portfolio portfolio-website web webapp webops
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/derekargueta/personal-site
- Owner: derekargueta
- Created: 2014-07-07T00:19:01.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T16:53:40.000Z (6 months ago)
- Last Synced: 2024-05-16T05:33:11.230Z (6 months ago)
- Topics: css, html, javascript, personal-website, portfolio, portfolio-website, web, webapp, webops
- Language: HTML
- Homepage: https://dargueta.cc
- Size: 51.5 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal-Site
=============Just a personal site to showcase some of my work and provide a point of contact.
Built with:
- AngularJS
- MaterializeCSS
- Node### Local Development
```bash
$ npm install
$ bower install
$ npm start
```
Open browser to localhost:11717### Dockerized Testing
```
$ make
```### Package for deployment
```
$ make package
```### TODO
1. Switch to React
2. Get rid of Gulp
3. Get rid of Bower, maybe use Webpack instead.
4. a Fabfile to automate all server administration
5. update resume
6. update projects
7. Use a Github action to trigger build/deploy?[View the site here](https://dargueta.cc)