Aesthetically pleasing widget for Notion.
As of now, the following technologies are being used.
- Express and Node.js for the backend + communicating to the server
- GraphQL API for communication between frontend and backend
- Tailwind + PostCSS to write CSS
- Nuxt3 for frontend
Note: there will be two separate repos for the source code.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate