8000 GitHub - jalpa015/jalpa
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jalpa015/jalpa

Repository files navigation

Portfolio Website

This webiste was built using Tailwind CSS (v3.0) with Next.js.

The website is deployed on Vercel platform.

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
# or
pnpm create next-app -- --example with-tailwindcss with-tailwindcss-app

To Run the App

Run the Next.js App using yarn:

yarn dev

Deploy it to the cloud with Vercel (Documentation).

To configure App with Lint

The following command can be used to run ESLint analysis on the project:

yarn lint
0