This project is a simple website created using Node.js and EJS. Texts displayed on the site are stored in JSON files, and EJS interprets this data to generate the page content.
-
Clone the project:
git clone https://github.com/buraktanriverdi/nodejs-multi-language-web-site.git
-
Navigate to the project directory:
cd nodejs-multi-language-web-site
-
Install dependencies:
npm install
-
Start the local server:
npm start
-
Visit
http://localhost:3000
in your browser to view the project.
- Update the text in the JSON files to change the content of the page.
- Customize the page design by editing the EJS templates.
- Fork this repository.
- Create a new branch:
git checkout -b newbranch
- Commit your changes:
git commit -am 'Add new feature'
- Push your branch:
git push origin newbranch
- Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.