cassiorsfreitas / blog

Open source project created with Next JS + Vercel to generate static pages (SSG) through getStaticPaths and getStaticProps feature. Posts are written in Markdown and managed by the application itself.

Home Page:https://cassiorsfreitas.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

Project open source created with Next JS + Vercel to generate static pages (SSG) through getStaticPaths and getStaticProps feature. Posts are written in Markdown and managed by the application itself.

cassiorsfreitas.com

A blog by a full-stack developer, digital marketing analyst and consumer experience enthusiast. Team Liquid fan and musician in his spare time. Whenever possible, I like to teach my friends about something I've learned, I think that's why this blog was born.

Figma Project

Click here to open the prototype

Figma Project

Technology stack

Running locally

  1. Clone this repo:
$ git clone https://github.com/cassiorsfreitas/blog.git
  1. Then go to the project's folder:
cd blog
  1. Install all dependencies:
npm install or yarn
  1. Run locally:
npm run dev or yarn dev

Running tests

"test": "jest --passWithNoTests --runInBand --no-cache --silent --noStackTrace", "test:unit": "yarn test --watch -c jest-unit-config.js", "test:staged": "yarn test --findRelatedTests", "test:integration": "yarn test --watch -c jest-integration-config.js", "test:verbose": "jest --passWithNoTests --runInBand --no-cache", "test:ci": "yarn test --coverage", "cypress:open": "cypress open"

  1. General test:
"test": "jest --passWithNoTests --runInBand --no-cache --silent --noStackTrace"
  1. Unit test:
"test:unit": "yarn test --watch -c jest-unit-config.js"
  1. Integration test:
"test:integration": "yarn test --watch -c jest-integration-config.js"
  1. CI test:
"test:ci": "yarn test --coverage"

About

Open source project created with Next JS + Vercel to generate static pages (SSG) through getStaticPaths and getStaticProps feature. Posts are written in Markdown and managed by the application itself.

https://cassiorsfreitas.com


Languages

Language:TypeScript 64.0%Language:JavaScript 35.9%Language:Shell 0.1%