adrianhajdin / jsm_resources_next13

JSM Resources
https://jsmastery.pro/resources
119 stars 32 forks source link
nextjs nextjs13

How I Made My Website Load in 0.364 Seconds | Build and Deploy

Platform

https://jsmastery.pro/resources

Technologies and Frameworks

Follow these steps to install and setup the project:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/adrianhajdin/jsm_resources_next13.git
  1. Navigate to the project directory:
cd jsm_resources_next13
  1. Install the required dependencies. The project requires Next.js, React, React DOM, Sanity, Styled Components, Tailwind CSS, TypeScript, and various other dependencies. You can install these using npm or yarn. Here is an example using npm:
npm install
  1. Run the repo
    npm run dev