/website

๐ŸŽ„ A simple portfolio website made by using React

Primary LanguageTypeScript

๐Ÿ’ฆ draxya.com

This project is completely open source. So you can use it wherever you want

โ˜†*: .๏ฝก. o(โ‰งโ–ฝโ‰ฆ)o .๏ฝก.:*โ˜†

โœจ Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

๐Ÿ’ž Deploying

For Netlify(recommended):

  • Base directory:
  • Build command: npm run build or yarn buid
  • Publish directory: ./out
  • Environment variables: Set NETLIFY_NEXT_PLUGIN_SKIP value to true if you getting errors.

For Vercel:

  • Build command: npm run build or yarn build
  • Output dir: out
  • Install command: yarn install
  • Development command: nuxt

๐ŸŽ„ Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

๐Ÿ™ Thanks

Nuxt.js, WindiCSS, Tailwind CSS, amazing module authors and contributors of this project! Big shout out to Rexulec for making this project happen.