Skip to content

Commit

Permalink
Add deploy notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tdooner committed May 19, 2024
1 parent 7ea9b60 commit a8954e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ First, run the development server:
```bash
nodenv install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Expand All @@ -39,3 +33,7 @@ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deploym
## Headless browser setup
1. Install firefox (on WSL, use [this](https://ubuntuhandbook.org/index.php/2022/04/install-firefox-deb-ubuntu-22-04/))
2. sudo apt install firefox-geckodriver

## TODO list
* Switch database to postgresql
* Set it up on render or a PaaS
4 changes: 2 additions & 2 deletions scraper/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ export const importSystemsYaml = async function() : Promise<void> {
}


// TODO: Is there a better way to run this than:
// npx ts-node -O '{"module":"commonjs"}' scraper/import.ts
// run via:
// npx tsx scraper/import.ts
importSystemsYaml()

0 comments on commit a8954e3

Please sign in to comment.