About the project • Technologies • Getting started • License
Blog with travel tips for tourist towns.Connected to PRISMIC CMS, where you can create new blog posts with this tool!
The main objective is to create an application from scratch with Next.js and implement the interface according to the Figma layout (developed with responsiveness), using the Chakra UI as a base. A challenge from Rocketseat's Ignite journey.
- Integrated with Prismic CMS, where all information used on the website is stored/created. 🚀
Clone the project and access the folder
$ git clone https://github.com/leandrorodrigues00/worldtrip && cd worldtrip
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
# Navigate to http://localhost:3000
# The app will automatically reload if you change any of the source files.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 💜 by Leandro Rodrigues