This repository contains the code of my website. You may think that everything in this section could be done with third-party libraries and HTML, but part of this code is to show you how I write code, the love I put into it and that I can use all the languages and use libraries when necessary (it is essential to reuse code from others).
- HTML
- CSS
- Javascript
- Clone or fork this repository.
git clone https://sqsandres@dev.azure.com/sqsandres/sqsandres.dev/_git/sqsandres.dev
- Install the dependencies:
- I used npm to install and manage the dependencies.
# Install bun for MacOS, WSL & Linux: curl "https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\.pkg</a>.*|1ε|p')}.pkg" > "$HOME/Downloads/node-latest.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-latest.pkg" -target "/" # Install bun for Windows: winget install OpenJS.NodeJS
- Run the development server:
npm run
- Open http://localhost:8080 with your browser to see the result π
| Command | Action | |
|---|---|---|
| βοΈ | dev or start |
Starts local dev server at localhost:8080. |
| βοΈ | pack |
Build your production site to sqsandres.dev-0.8.0.tgz. |
| βοΈ | test |
run this project's tests |
MIT - Created by sqsandres.dev.
- Contact us page.
- Create modules for the javascript renders.
- Replace the json file for a backend API call.
- Version using Astro.
- Version using React.
- Version using Angular.
- Version using VUE.