This is a project built by Benjamin to revolutionize the way people consume news.
It was built using Next.js to be fast, responsive, secure and optimized for SEO.
This project was built as a final project for college. It is still a work in progress.
- Fork the project, so you could change things on your end.
- Clone the project to your local computer, to run, change and test the code.
- Create a
.env.local
file and add the following environment variables:- This
- That
- Blah
- Yes
- Exactly
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the result.
- Try to make changes. The page (usually) auto-updates as you edit the file.
- If the changes you made are good, you can submit a pull request.
Some "issues" are so minor, there is no need to fix them.
- when resizing the window and opening a post - the post's placeholder in the background will take the previous height.