705fe1feaa09204523d6500929187439ce7e4139
Preparation to make article link clickable.
Daily Stormer Search
A Search Engine for the Daily Stormer
Installation
In the root of the project, do the following.
# Install node modules
npm i
# Initialize database
sqlite3 main.db < sql/ds.sql
sqlite3 main.db < sql/ds.001.sql
# Scrape articles; This may take a few days if done from scratch.
bin/download-all
# Run the server
micro-dev -p 1984 site.js
Description
Languages
JavaScript
66.3%
EJS
32.9%
Shell
0.8%