Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thesavanadev/taco-shop-website
This is a simple project created to learn the basics of HTML.
https://github.com/thesavanadev/taco-shop-website
css html netlify-deployment vitejs
Last synced: 21 days ago
JSON representation
This is a simple project created to learn the basics of HTML.
- Host: GitHub
- URL: https://github.com/thesavanadev/taco-shop-website
- Owner: theSavanaDev
- Created: 2023-04-05T17:56:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T14:57:54.000Z (about 1 year ago)
- Last Synced: 2024-11-11T14:44:52.312Z (3 months ago)
- Topics: css, html, netlify-deployment, vitejs
- Language: HTML
- Homepage: https://taco-shop.s3.co.ke/
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Taco Shop Website
This is a simple project created to learn the basics of HTML. The project is
bundled with Vite.js, which is a build tool that helps you develop and deploy
web applications quickly and easily.## Getting Started
To get started with this project, you can follow these steps:
1. Clone the repository to your local machine using Git or download the zip file
and extract it to your desired directory and run the following command to
install the project dependencies.```
yarn
```2. Open the project directory and find the index.html file.
3. Double-click the index.html file to open it in your default web browser. You
should see the basic HTML page that's included in the project.4. To make changes to the HTML page, open the index.html file in a text editor
and edit the code as desired. You can run the project in development mode
using the following command:```
yarn dev
```5. To build the project for deployment, open the terminal and navigate to the
project directory. Run the following command:```
yarn build
```This will create a dist folder that contains the optimized and minified files
that you can deploy to a hosting service.## Technologies Used
1. HTML
2. CSS
3. Vite.JS
4. GitHub Actions
5. GitHub Pages
## License
This project is licensed under the MIT License.