This is the GitHub repository for the Flashpoint Archive website, located at https://flashpointarchive.org/.
- Install Deno
- Clone the repository
- Run
deno install - Run
deno task start
The server will start at http://localhost:80/ and the search database will be built automatically.
Copy config_template.json from the data folder into the root of the repository and rename it config.json. Modify it as you wish.
deno task start- Start the serverdeno task update- Update the search database and exit
--config <path>- Use a different config file