Skip to content

Latest commit

 

History

History
89 lines (59 loc) · 3.29 KB

README.md

File metadata and controls

89 lines (59 loc) · 3.29 KB

Logo

wasy.me

All the tools 🛠️ you need as a developer, in one place.
Report error

Screenshot Mobile-web

Screenshot

Important

This project uses the latest version of AstroJS v5.0 BETA

npm create astro@latest -- --ref next

Installation

  1. download or clone project
https://github.com/bastndev/wasy.me.git
  1. install package
npm install install
  • o NPM

    npm install i
  1. start project

    pnpm run dev

Contribute to the Project

Contributions are what make the open-source community an incredible place to learn, inspire, and create. Any contribution you make is greatly appreciated!

If you have a suggestion that could improve the project, please fork the repository and create a pull request. You can also simply open an issue with the "enhancement" label.

Here’s a quick guide:

  1. Fork the project here.
  2. Clone your fork (git clone <fork URL>).
  3. Add the original repository as a remote (git remote add upstream <original repository URL>).
  4. Create your feature branch (git switch -c feature/AmazingFeature).
  5. Make your changes (git commit -m 'Add: some AmazingFeature').
  6. Push to the branch (git push origin feature/AmazingFeature).
  7. Open a pull request.

Please refer to our contribution guide to get started in the best way and follow good practices.

Buy a Coffee

If you want to contribute in a simpler way, you can buy us a coffee.

buy a coffee

🛠️ Stack

  • Astro - The web framework for content-driven websites.
  • Typescript - JavaScript with syntax for types.
  • Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.

(back to top)