- download Eventfully from GitHub or clone the repository with
git clone https://github.com/BytezoTeam/Eventfullyfrom your terminal with Git installed - open the project in your terminal or in your files
- install and run Meilisearch
- note down master key and server url in the .env file
The file must be named .env and should be located in the root of the project (the same file level as README.md file).
It should contain the information present in the .env.example file .
- run
rye sync
- run
rye run css-buildto build the CSS once OR - run
rye run css-gento automatically re-build CSS on each modification the HTML files
- run
rye run dev