Skip to content

davidalves1/links4later

Folders and files

NameName
Last commit message
Last commit date

Latest commit

49d701c · Feb 13, 2025

History

15 Commits
Feb 13, 2025
Feb 25, 2024
Feb 25, 2024
Mar 21, 2024
Feb 25, 2024
Mar 19, 2024
Mar 19, 2024
Feb 25, 2024
Feb 13, 2025
Feb 25, 2024
Mar 19, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Mar 19, 2024
Mar 19, 2024

Repository files navigation

Links4Later

Netlify Status Deploy on Azure

Technologies Used:

  • Vite
  • Vue 3
  • TypeScript

Getting Started:

  1. Clone the project to your local machine.
  2. Install the dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open the project in your browser at http://localhost:3000.

Building the Project:

To build the project for production, run the following command:

npm run build

The production build will be created in the dist directory.

Testing the Project:

To run the unit tests, run the following command:

npm run test

The unit tests will be run in the test directory.

Deployment:

The project can be deployed to a static web hosting service such as GitHub Pages or Netlify.

Contributing:

Contributions are welcome! Please open an issue or pull request if you have any questions or suggestions.

License:

This project is licensed under the MIT License.