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é
- Host: GitHub
- URL: https://github.com/njs-guy/njshockey-resume
- Owner: njs-guy
- License: mit
- Created: 2022-09-10T19:41:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T01:46:14.000Z (over 1 year ago)
- Last Synced: 2024-12-30T22:29:43.566Z (4 months ago)
- Topics: daisyui, daisyui-react, portfolio, portfolio-website, react, reactjs, resume, resume-website, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://njs-guy.github.io/njshockey-resume/
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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`.