This is a tech test website built with Vite and SCSS.
Here is the Live Site
Here are the Document Notes
To install and use the website, follow these steps:
- Clone the repository using
git clone https://github.com/Ethan-Hill/Red-Snapper-Test.git
- Navigate to the project directory using
cd red-snapper-test
- Install dependencies using
npm install
- Start the development server using
npm run dev
- Open the website in your browser by navigating to
http://localhost:5173
To build the website for production, run npm run build
. The optimized website will be available in the dist
folder.
This website was built using the following technologies:
- Vite: A build tool for modern web development.
- SCSS: A preprocessor scripting language that extends CSS, allowing developers to use variables, functions, mixins, and more, to make CSS coding more efficient and organized.