This is a Next.js application.
- Server-Side Rendering (SSR) for better SEO and initial load performance.
- Static Site Generation (SSG) for fast, pre-rendered pages.
- API Routes for creating backend services directly within the app.
- Built-in Routing using a file-based system.
- CSS Modules/Styled JSX for scoped styling.
- Node.js (version 14.x or newer)
- pnpm (install globally with
npm install -g pnpm)
-
Clone the repository:
git clone https://github.com/wesiudev/art-tattoo.git cd art-tattoo -
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
-
Open http://localhost:3000 in your browser to see the app in action.
pnpm dev- Starts the development server.pnpm build- Builds the production version of the app.pnpm start- Starts the app in production mode.pnpm lint- Lints the codebase for any errors.
To deploy, run the following command:
pnpm build
pnpm startAlternatively, you can deploy the app on platforms like Vercel or Netlify.
This project is licensed under the MIT License.