GLOSSARY OF TERMS
Clone repository from git
git clone https://github.com/Terminler/terminler.github.io
cd projectInstall npm packages
npm installCopy example env file from .env.example file
cp .env.example .envRun nodejs server
npm run serveTo run this project, you will need to add the following environment variables to your .env file
HOST
PORT
SERVE_FILE
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
For support, email faridbabayev98@gmail.com
This project is mainly written in Elm and relies on elm-markdown for parsing and rendering Markdown. The UI is based on components from Tailwind UI. Most icons are from either Heroicons or Lucide.
Distributed under the MIT License. See LICENSE for more information.