Skip to content

moekm/multilingual-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multilingual Blog

A minimalist front-end single-page blog built entirely with React, featuring support for multiple languages.

multilingual-blog-screenshot

Table Of Content

Installation:

1. clone this repo

$> git clone https://github.com/moekm/multilingual-blog.git

2. cd into the local repo folder

cd ./multilingual-blog

3. install the dependencies

$> npm install

Development Environment

To start the development server:

$> npm run dev
...
..
  ➜  Local:   http://localhost:5173/multilingual-blog/
  ➜  Network: use --host to expose
  ➜  press h + enter to show help

Producation Build

To build project:

$> npm run build

After a few seconds, a ./dist folder will be generated, and inside it will be all the production ready files.

Note: To make the default route "/" rather than "/multilingual-blog" before you build, remove the base: "..." property in vite.config.js

export default defineConfig({
  // base: "/multilingual-blog/",
  plugins: [react()],
})

Features:

elements will be added soon

TODO:

...

About

Front-end Multilingual Blog Written in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published