thamudi / khalidkomics-nuxt

A nuxt3 based website for showcasing comics for the Jordanian Artist Khalid Nahar

Home Page:https://khalidkomics.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Khalid Komics

Staging Status

Staging Site


Khalid Komicslogo.png

The source code for the client side of Khalid Komics site


Table of Content

  1. About the project
  2. Getting Started
  3. License

About the project

This project was requested by the Jordanian comic artist Khalid Nahar to showcase and archive his personal comics.

If you are interested in seeing his work here are his social links:

Built with

Make a sure to take a look at nuxt and tailwind documentation

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  1. Download and install the latest version of Node.js from here.

Installation

  1. Clone the repo
git clone https://github.com/thamudi/khalidkomics-nuxt
  1. Install the dependencies with npm, yarn or pnpm
cd khalidkomics-nuxt

npm install

Running

Development

  1. To run the project locally for development proposes
npm run dev
  1. Go to http://localhost:3000

Production

  1. Build the project
npm run build
  1. Launce the project production server
npm run start

profit! ๐ŸŽ‰๐Ÿ˜Ž๐ŸŽ‰

Contributing

  • Latest work will be on development branch
  1. Clone the Project
  2. Create your Feature Branch (git checkout -b feature/amazing-feature)
    • Note: Make sure to checkout from development before you work on your feature
  3. Commit your Changes (git commit -m 'Add some amazing-feature')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

Distributed under the Apache License 2.0. See LICENSE for more information.


About

A nuxt3 based website for showcasing comics for the Jordanian Artist Khalid Nahar

https://khalidkomics.com/

License:Apache License 2.0


Languages

Language:Vue 80.2%Language:CSS 11.1%Language:TypeScript 6.6%Language:JavaScript 2.1%