Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizamamedow/krugleshock
My own portfolio website source code
https://github.com/rizamamedow/krugleshock
deployment next-app-router next-intl next-tailwind next-typescript next-typescript-tailwind nextjs nextjs-intl nextjs14 react tailwindcss vercel vercel-deployment web webdev website
Last synced: 9 days ago
JSON representation
My own portfolio website source code
- Host: GitHub
- URL: https://github.com/rizamamedow/krugleshock
- Owner: RizaMamedow
- License: mit
- Created: 2023-06-26T07:21:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T05:50:49.000Z (26 days ago)
- Last Synced: 2024-10-21T08:37:51.629Z (26 days ago)
- Topics: deployment, next-app-router, next-intl, next-tailwind, next-typescript, next-typescript-tailwind, nextjs, nextjs-intl, nextjs14, react, tailwindcss, vercel, vercel-deployment, web, webdev, website
- Language: TypeScript
- Homepage: https://krugleshock.vercel.app
- Size: 4.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Krugleshock](https://socialify.git.ci/RizaMamedow/Krugleshock/image?font=Bitter&language=1&name=1&owner=1&pattern=Solid&theme=Dark)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white)
![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)# ๐ฉ Krugelshock
Krugelshock is the source code for my site. This is a simple project with adaptive layout and translation support.## ๐ Getting Started
These guidelines will assist you in setting up a local instance of the project for development purposes. Refer to the Deployment section for instructions on how to deploy the project to a production environment.### โ Prerequisites
Here is the necessary list for working with the software:1. ๐ข Node.js
2. ๐ฆ Npm/yarnThat's all. xD
### โ๏ธ Installing
Run this command to install the environment and dependencies.Go to project root directory and run:
```shell
npm install
```
or
```shell
yarn install
```when all the dependencies are installed you will get the installed project ready to run
## ๐ฆ Deployment
To deploy a project on the server, you can use any "guide for deploying a project on NextJS" that can be found on the Internet. there is an option to scan on vercel, which is what I did## ๐ Built With
* ๐งโ๐ป [Next js](https://nextjs.org/) on [Typescript](https://www.typescriptlang.org/) - The framework used
* ๐จ[TaiwindCSS](https://tailwindcss.com/) - CSS framework used
* ๐งต [yarn](https://yarnpkg.com/) - dependency management
* ๐ [next-intl](https://next-intl-docs.vercel.app/) - library for localization used## ๐ฅ Authors
* Riza Mamedow - Initial work and further assistance - [RizaMamedow](https://github.com/RizaMamedow)here is a list of "names - work done - links" of authors.
See also the list of contributors who participated in this project.
## ๐ License
This project is licensed under the MIT License - see the [LICENSE.md](./LICENSE.md) file for details