Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)