Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.14 KB

File metadata and controls

35 lines (20 loc) · 1.14 KB

Development Setup

1. Clone or Download Eventfully

  • download Eventfully from GitHub or clone the repository with git clone https://github.com/BytezoTeam/Eventfully from your terminal with Git installed
  • open the project in your terminal or in your files

2. Install Meilisearch (Search Database Server)

3. Make a .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 .

4. Install Rye

5. Install Python Dependencies

  • run rye sync

6. Build CSS

  • run rye run css-build to build the CSS once OR
  • run rye run css-gen to automatically re-build CSS on each modification the HTML files

7. Run Eventfully

  • run rye run dev

Voilà. Everything should now run