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)
- Host: GitHub
- URL: https://github.com/andrearufo/curriculum
- Owner: andrearufo
- License: gpl-3.0
- Created: 2019-11-13T04:43:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T10:57:14.000Z (6 months ago)
- Last Synced: 2025-01-17T20:15:53.219Z (4 months ago)
- Language: HTML
- Homepage: https://andrearufo.github.io/curriculum/
- Size: 887 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```