Login
Server-side Status (via https://api.mingthing.org): ok

Hello there, Welcome @org/frontend 👋

You're up and running

What's next?

Next steps

Here are some things you can do with Nx:

Build, test and lint your app
# Buildnx build @org/frontend# Testnx test @org/frontend# Lintnx lint @org/frontend# Run them together!nx run-many -p @org/frontend -t build test lint
View project details
nx show project @org/frontend
View interactive project graph
nx graph
Add UI library
# Generate UI libnx g @nx/react:lib ui# Add a componentnx g @nx/react:component ui/src/lib/button

Carefully crafted with