Skip to content

Latest commit

 

History

History

README.md

Egiraffe Frontend

To see what needs to get done, check out the work packages in work_pkgs.md.

The frontend of Egiraffe is written in Solid.js and Tailwind CSS.

Development

Install the dependencies with pnpm:

# In the frontend directory
pnpm i

To start the development server, run:

# Without opening the browser:
pnpm dev # or pnpm start
# or to open the browser automatically
pnpm dev --open # or pnpm start --open

This will launch the Vite development server on port 3000.

License

GNU Affero General Public License v3.0

Egiraffe, "the software" (code, assets, design documents, and documentation) copyright (C) 2023 HTU Graz

Egiraffe is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Egiraffe is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with Egiraffe. If not, see https://www.gnu.org/licenses/, specifically https://www.gnu.org/licenses/agpl-3.0.html.