DO NOT USE ON PUBLIC SERVER!
Apache is installed by default on macOS.
Run this command to enable auto-start.
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plistBuild and deploy frontend resources.
cd frontend
vim config.json # Add configuration file
npm run build
sudo rsync -r build/ /Library/WebServer/Documents/Set http://localhost as startpage.
Build frontend resources.
cd frontend
vim config.json # Add configuration file
npm run buildChrome doesn't provide the way to customize newtab.
To change newtab page, install frontend/build as extension.
{
"todoist": {
"apiToken": "<YOUR API TOKEN>"
}
}