Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

cv-react

Source code for my online CV

Overview

This codebase contains the source for my online CV: cv.mattcalthrop.com.

It uses the following features:

You can fork this repo, and run it locally yourself. Following are instructions for setting it up and running it.

Setup

Install yarn

Follow the instructions here:

yarnpkg.com/en/docs/install

Install NodeJS packages

Install the NodeJS packages:

$ yarn

Running the app

During development

$ yarn start

This will open a web browser at this URL:

http://localhost:3000/

Tests

All

To run all tests:

$ yarn test

Code formatting

Check the .prettierrc file for the Prettier rules.

The formatting of the JavaScript source code can be checked as follows:

$ yarn prettier:check

And to auto-correct any errors that can be corrected:

$ yarn prettier:fix

License

MIT

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.