/spacetraveling

applying a blog using prismic and nextJs (rocketseat ignite challenge)

Primary LanguageTypeScript

Spacetraveling Blog application

About the projectTechnologiesGetting started

👩‍💻 About the project

Ig.news is a project created in Rocketseat Ignite ReactJS training.

In this project you can to read posts.

🚀 Technologies

💻 Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/clebim/spacetraveling.git && cd ig-news

Follow the steps below

# Install the dependencies
$ yarn

# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env

# Start the app
$ yarn dev

By Matheus Cleber