My portfolio for 2020
Hosted on rossmacd.com
- TypeScript
- ESLint (with custom ESLint rules)
- Markdown rendering with Remark
- Basic component structure
- Styling with emotion
A nodejs >= 6.0.0 setup with yarn is recommended.
-
Build your application for production.
Once you're finished, you can make production build of your app using:
# using npm npm run build # using yarn yarn build
-
Deploy your app to Github pages!
After building your application in step 3, you're ready to publish your app and go online!
# using npm npm run deploy # using yarn yarn deploy
Built with Gatsby - the blazing-fast static site generator for React.