* 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
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.