We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
## v0.1.0 - auth - [x] dev environment set up - [x] vagrant next server - [x] cloud db-dev connection - [x] install dependencies - [x] react, react-dom and next as normal deps ``` yarn add react react-dom next ``` - [x] tailwindcss, postcss and autoprefixer as devDeps ``` yarn add -D tailwindcss postcss autoprefixer ``` - [x] landing page with prompt to login - [x] login via GitHub - [x] / page - [x] view profile info - [ ] edit / update profile info - [x] logout