750 words is a recreational project developed in order to have a real free mind when practicing free-writting as explained in the book "The Artist's Way" by Julia Cameron or in this article.
This project is by no means a commercial copy of the 750 words website. It is a personal project developed to reassure myself that I can write in trusty way whatever I have in mind in an app I know I can trust because I developed it myself.
npm i
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Contributing to the project is very welcome. Please refer to the contributing guidelines for more information.
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.