-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d41c395
commit b28911d
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# Kamil Mielnik's Curriculum Vitae | ||
http://cv.kamilmielnik.com/ | ||
|
||
## Setup | ||
1. `npm install` | ||
2. `cp .env.example .env` | ||
3. Fill in missing values in `.env` | ||
|
||
## Scripts | ||
|
||
### `npm run build` | ||
Generate CSS & JS bundles in `./build/` | ||
|
||
### `npm run createPdf` | ||
Generate PDF version of the CV based on files in `./build/` | ||
|
||
### `npm run deploy` | ||
Copy files from `./build/` to a remote server (setup via variables in `.env`) | ||
|
||
### `npm run publish` | ||
Run `build`, `createPdf` & `deploy` scripts one by one | ||
|
||
### `npm start` | ||
Run development server with hot-reload |