The application enables users to engage in anonymous blogging, allowing them to express themselves freely. Users have the opportunity to share their passions, perspectives, and personal stories without worrying about being judged
- Go to the
env.sample
file and fill in all the missing API keys. - Rename
env.sample
toenv
.
- Ensure you have Node.js installed locally.
- In your terminal, run the following commands:
npm install
npm run dev
- Open
localhost:<port>
in your browser, where<port>
is the port number provided by the application during startup.