vercel / nextjs-portfolio-starter

Easily create a portfolio with Next.js and Markdown.
https://demo.vercel.blog
664 stars 263 forks source link

Not working locally #15

Open ekofi opened 2 years ago

ekofi commented 2 years ago

Hi, I successfully developed the site with Vercel, but I can't clone & locally run the code.

C:UserserhaOneDriveMasaüstüportfolio   theme.config.js
Module build failed: UnhandledSchemeError: Reading from "C:UserserhaOneDriveMasaüstüportfolio  heme.config.js" is not handled by plugins (Unhandled scheme).
Webpack supports "data:" and "file:" URIs by default.
You may need an additional plugin to handle "c:" URIs.

Thanks.

Pavitra554 commented 2 years ago

In my case its working... npx create-next-app --example blog my-blog or yarn create next-app --example blog my-blog then npm i then npm run dev

than you can make a index.tsx and edit it css is already available. hope this helps @ekofi