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
$ yarn install
# serve with hot reload at localhost:3000
$ yarn start
# generate static project
$ yarn build
# serve final product
$ yarn global add serve
$ serve -s build