Visit the demo here.
If there is a question about the site, such as an error, you can reach me on discord or in the issue section.
You can open a "pull request" to this repository and submit your changes to help the site's design, code, typos and any kind of help you can think of.
Important! "Licensed with GPL-3.0 License! Please read the LICENSE.md before distribution!"
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate