Krugelshock is the source code for my site. This is a simple project with adaptive layout and translation support.
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.
Here is the necessary list for working with the software:
- 🟢 Node.js
- 📦 Npm/yarn
That's all. xD
Run this command to install the environment and dependencies.
Go to project root directory and run:
npm install
or
yarn install
when all the dependencies are installed you will get the installed project ready to run
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
- 🧑💻 Next js on Typescript - The framework used
- 🎨TaiwindCSS - CSS framework used
- 🧵 yarn - dependency management
- 🌍 next-intl - library for localization used
- Riza Mamedow - Initial work and further assistance - RizaMamedow
This project is licensed under the MIT License - see the LICENSE.md file for details