Ig news is a blog about the React world. It contains news about this framework which only the subscribers can read.
The Stripe API was used to handle with the payments and signatures. The blog posts are created at Prismic. Deploy made at Vercel.
You can check this project live Clicking here!
The project is part of my personal portfolio, so I would appreciate if you provide me any feedback about the ideia, code, structure or anything you could report to make me a better developer.
Feel free to use the Ig news as you wish, either to study or make improvementes!
- Create an account with your Github.
- Subscribe for US$ 9,90 per month to have access to all publications. Tip: to subscribe with a test card follow the instructions on Stripe Docs
- See all the news available on the Posts tab.
Before starting, you need to have installed in your machine: Node, Yarn, Git and a editor to work with the code (I use VSCode).
# Clone this repository via HTTPS:
$ git clone https://github.com/gustavopolonio/ig.news-Blog.git
# Go into the repository:
$ cd ig.news-Blog
# Install dependencies:
$ yarn install
Create your environment variables based on the examples of .env.example
cp .env.example .env
After copying the examples, make sure to fill the variables with new values.
Start the application in a development environment
yarn dev
This project is under the MIT license. See the license for more informations.
Made with 💚 by Gustavo Polonio 🚀