The source code for the client side of Khalid Komics site
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:
Make a sure to take a look at nuxt and tailwind documentation
To get a local copy up and running follow these simple steps.
- Download and install the latest version of Node.js from here.
- Clone the repo
git clone https://github.com/thamudi/khalidkomics-nuxt
- Install the dependencies with
npm
,yarn
orpnpm
cd khalidkomics-nuxt
npm install
- To run the project locally for development proposes
npm run dev
- Go to
http://localhost:3000
- Build the project
npm run build
- Launce the project production server
npm run start
profit! 🎉😎🎉
- Latest work will be on development branch
- Clone the Project
- Create your Feature Branch (
git checkout -b feature/amazing-feature
)- Note: Make sure to checkout from development before you work on your feature
- Commit your Changes (
git commit -m 'Add some amazing-feature'
) - Push to the Branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE for more information.