This is a project for creating a blog using Next.js, TypeScript, and Wordpress as a backend CMS. The project includes both the client-side and server-side components of a blog website.
To run this project, you will need to have the following installed on your system:
- Node.js (v14 or later)
To install this project, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/your-github-name/dsouza_mindset -
Change into the project directory:
cd nextjs-typescript-wordpress-blog -
Install the dependencies:
npm install
The project requires some configuration before it can be used. You will need to create a .env.local file in the root directory of the project and set the following environment variables:
- WORDPRESS_API_URL=your-wordpress-api-url
To run the project, use the following command:
npm run dev
This will start the development server and open the project in your default browser. You can access the blog at http://localhost:3000.
Contributions are welcome! If you would like to contribute to this project, please submit a pull request.
This project is licensed under the MIT License.