Skip to content

tonyDong-code/datavines-website

 
 

Repository files navigation

Datavines website is compiled using node, using Docusaurus framework components

Environment Preparation

Download and install nodejs (version>12.5.0)

Download Code

Clone the code to the local git clone https://github.com/datavane/datavines-website.git

Install Dependencies

Run npm install to install the required dependent libraries.

Start English version of the website

Run npm run start in the root directory, you can visit http://localhost:3000 to view the English mode preview of the site

Start Chinese version of the website

Run npm run start -- --locale zh-CN in the root directory, you can visit http://localhost:3000 to view the Chinese mode preview of the site

Generate static website resource files

Run npm run build. The static resources of the build are in the build directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Less 89.2%
  • JavaScript 5.4%
  • CSS 4.9%
  • TypeScript 0.5%