Daniel Holmgren 3f0e1b2563
Read after write ()
* first pass on profiles

* quick test

* wip

* wip

* test post thread

* record embeds

* get author feed profiles

* wip timeline

* fix get timeline

* switch from counter to tid

* tidy into a service

* quick tid test

* pr feedback

* clock -> rev

* update image formatting

* disable migration & build branch

* add recent posts to getAuthorFeed & handle post thread not found errors

* refactor for lag header

* tidy

* rm collections check

* tidy test

* pr feedback

* fix small bug

* build branch

* get migrations into system

* enable migrations
2023-08-10 13:42:31 -05:00
..
2023-08-10 13:42:31 -05:00
2023-08-09 19:11:15 -04:00
2022-11-03 11:35:21 -05:00
2022-10-12 20:03:43 -05:00
2023-06-28 16:38:26 -05:00
2023-06-28 16:38:26 -05:00

ATP Developer Environment

A command-line application for developers to construct and manage development environments.

REPL API

The following methods are available in the REPL.

status()

List the currently active servers.

startPds(port?: number)

Create a new PDS instance. Data is stored in memory.

stop(port: number)

Stop the server at the given port.

mkuser(handle: string, pdsPort?: number)

Create a new user.

user(handle: string): ServiceClient

Get the ServiceClient for the given user.