Language:
🇺🇸
🇨🇳
demo website, if you like this project, maybe you can star it~
- Multi-platform compatibility
- Light/Dark mode switch
- WebGL-Fluid background effect support
- WebPbv-Fluid background effect support
- Gradient background
git clone https://github.com/nixgnauhcuy/NixHomepage.git
cd NixHomepage
npm install
npm run deploy
Running the command npm run deploy
will generate a dist folder that contains the compiled code, which you can then deploy to your server.
npm run debug
Running the command npm run debug
and then visiting http://localhost:3000
will allow you to see the local debugging results.
Edit the config.js
file to customize and modify the content to be displayed. It offers a high degree of flexibility, so feel free to explore.
If you find any bugs, or have any suggestions or ideas, please feel free to submit an issue or pull request. Your contributions are welcome and appreciated!