https://github.com/cassiofb-dev/cassiofernando
Simple Gatsby porftolio.
https://github.com/cassiofb-dev/cassiofernando
gatsbyjs portfolio reactjs sass themes
Last synced: about 2 months ago
JSON representation
Simple Gatsby porftolio.
- Host: GitHub
- URL: https://github.com/cassiofb-dev/cassiofernando
- Owner: cassiofb-dev
- License: mit
- Created: 2020-09-22T05:53:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T00:45:07.000Z (over 5 years ago)
- Last Synced: 2025-07-09T05:02:46.277Z (11 months ago)
- Topics: gatsbyjs, portfolio, reactjs, sass, themes
- Language: JavaScript
- Homepage: https://cassiofernando.netlify.app/
- Size: 329 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cássio Fernando
Portfolio and Blog built with Gatsby and hosted with Netlify
## 🛠 Installation & Set Up
1. Install the Gatsby CLI
```sh
npm install -g gatsby-cli
```
2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)
```sh
nvm install
```
3. Install dependencies
```sh
yarn
```
4. Start the development server
```sh
npm start
```
## 🚀 Building and Running for Production
1. Generate a full static production build
```sh
npm run build
```
1. Preview the site as it will appear once deployed
```sh
npm run serve
```
## References and Useful Links
- [React](https://pt-br.reactjs.org/docs/getting-started.html)
- [Gatsby](https://www.gatsbyjs.com/docs/)
- [Netlify](https://www.netlify.com/)
- [Britanny Chiang](https://brittanychiang.com/)
- [StackEdit](https://stackedit.io/)
---
Made with fun by Cássio