Have issues with your grammar skills? Let boostgrammar.io help you out and say goodbye to your grammar confusions.
- Client Framework: Astro + Preact
- Server Framework: Fastify
- Styles: TailwindCSS
- Database and authentication: Supabase
- Deployment Web: Cloudfare Pages
- Deployment Server: Railway
- Sign In on Supabase.
- Go to settings option on sidebar.
- Select API option on project settings block.
- Copy anon public and URL.
- Sign up on RapiAPI.
- Subscribe to Lenguage Tool API and Thesaurus API.
- Then, go to Dashboard.
- Finally, in the sidebar there will be security option and there you can copy your Application key.
- Loaders.
- Design: Parcel.io and Scale.
- Gradients.
- Illustrations for empty states.
- Icons.
- Clone this repo to a directory and then run
npm install
. - Set-up your environment variables for the client by renaming
.env.example
to.env
and following Supabase - Project API Keys. - Set-up your environment variables for the server by renaming
api/.env.example
to.env
and following RapidAPI - API Keys and Cohere.ai - API Keys. - Run
npm run dev
to start developing mode.