Skip to content

Terminler/terminler.github.io

Repository files navigation

Terminler

GLOSSARY OF TERMS

Installation

Clone repository from git

  git clone https://github.com/Terminler/terminler.github.io
  cd project

Install npm packages

  npm install

Copy example env file from .env.example file

  cp .env.example .env

Run nodejs server

  npm run serve

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

HOST

PORT

SERVE_FILE

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Support

For support, email faridbabayev98@gmail.com

Acknowledgements

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.

License

Distributed under the MIT License. See LICENSE for more information.