profdangarcia / ignite-challenge-space-traveling

Simple Blog project with SSG and Prismic CMS integration
ignite-challenge-space-traveling-profdangarcia.vercel.app
0 stars 0 forks source link


Logo

Rocketseat Ignite - Space Traveling

This project aims to create a blog structure using Prismic CMS

๐Ÿƒโ€โ™‚๏ธ Try it Local

  1. Install dependencies:
npm i
  1. Copy .env.local.example
cp .env.local.example .env.local
  1. Run development server
npm run dev

Open http://localhost:3000 with your browser to see the result.

๐Ÿงช Tests

The project uses Jest to run tests. Once the app is running use the command:

npm run test