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

https://github.com/njs-guy/njshockey-resume

Another React résumé
https://github.com/njs-guy/njshockey-resume

daisyui daisyui-react portfolio portfolio-website react reactjs resume resume-website tailwindcss typescript

Last synced: 2 months ago
JSON representation

Another React résumé

Awesome Lists containing this project

README

        

# Nick Shockey's Résumé

Presenting to you: another React résumé.
Extremely original yet extremely useful for showing off.

## Building

1. Install [Yarn](https://yarnpkg.com/getting-started/install) if you haven't already.
2. Clone this repo. Usually with `git clone https://github.com/njs-guy/bst-graph.git`.
3. Open the root directory in your terminal
and install the necessary npm packages with `yarn`.
4. To run the development server to test changes, run `yarn dev`
and to build the production version, run `yarn build`.
Built files will be in the dist folder. - To preview the build, run `yarn preview`.