/moneco-blog-test

Building a simple blog application using Next.js as the frontend framework, Tailwind CSS for styling, Strapi as the CMS, and TypeScript for type safety.

Primary LanguageTypeScript

`# Next.js Frontend

Welcome to the Next.js Frontend for Moneco Blog.

Prerequisites

Before you start, make sure you have the following installed on your machine:

Getting Started

  1. Clone the repository:

    git clone https://github.com/underscoDe/moneco-blog-test.git
    cd moneco-blog-test `
    
  2. Install dependencies:

    bash

  • npm install

    • Configure environment variables:

    Create a .env.local file in the root directory and set the necessary environment variables. You can use the .env.example file as a template.

    • Start the Next.js development server:

    bash

  1. npm run dev

    The Next.js development server will start running at http://localhost:3000.

Usage

Visit http://localhost:3000 in your browser to access the Next.js application.

Deployment

To deploy your Next.js application, follow the Next.js documentation on deployment:

Folder Structure

  • /pages: Contains your application's pages.
  • /public: Static assets go here.
  • /styles: Stylesheets for your application.

Contributing

If you'd like to contribute to this project, please follow the guidelines in [CONTRIBUTING.md].

License

This project is licensed under the [MIT License].