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

https://github.com/andrearufo/curriculum

A simple CV page in HTML + CSS made in 20 minutes (or bit more)
https://github.com/andrearufo/curriculum

Last synced: 2 months ago
JSON representation

A simple CV page in HTML + CSS made in 20 minutes (or bit more)

Awesome Lists containing this project

README

        

# Curriculum

A simple CV page in HTML + CSS made in 20 minutes.

Fork the repository, edit the html file and... BOOM!

## Development

1. Install libraries and dependencies:

```shell
yarn install
```

2. Build the assets:

```shell
gulp styles
```

3. Use the local server to develop:

```shell
gulp serve
gulp watch
```