SubodhDahal / subodhdahal.github.io

0 stars 0 forks source link
 _____       _               _ _    ______      _           _
/  ___|     | |             | | |   |  _  \    | |         | |
\ `--. _   _| |__   ___   __| | |__ | | | |__ _| |__   __ _| |  ___ ___  _ __ ___
 `--. \ | | | '_ \ / _ \ / _` | '_ \| | | / _` | '_ \ / _` | | / __/ _ \| '_ ` _ \
/\__/ / |_| | |_) | (_) | (_| | | | | |/ / (_| | | | | (_| | || (_| (_) | | | | | |
\____/ \__,_|_.__/ \___/ \__,_|_| |_|___/ \__,_|_| |_|\__,_|_(_)___\___/|_| |_| |_|

Source code for subodhdahal.com.

Created using Nuxt.js.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview