1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/README.md

422 B

Festa

A website for organizing events

Develop

Run:

$ yarn install
$ edit .env.local
$ yarn app:dev
$ open http://local.steffo.eu

Sadly http://local.steffo.eu/ points to a 192.168.1.* address, which means you won't be able to login anyways unless you have that exact same address :|

Using Visual Studio Code

Configure your .env.local file, then run the Everything! run configuration.