🛠️ Stack
- Astro
- Svelte
- Cohere
- Tailwind
🚀 Getting Started
[!NOTE]
This app only can be used in local.
- Clone the repository: git clone https://github.com/DPG-Code/write-right.git
- Install dependencies: npm install
- Set enviroment variables
- Start the development server: npm run dev
- Open your browser and navigate to http://localhost:3000
Command |
Action |
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro --help |
Get help using the Astro CLI |
Contributing
If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch: git checkout -b new-feature
- Make your changes and commit them: git commit -m "Add new feature"
- Push to the branch: git push origin new-feature
- Submit a pull request