Skip to content

MirkoAlo/stress-test

Repository files navigation

Gedi Stress Test 🧑‍🚀

Built using Astro JS, PostCSS

Getting ready

Setup

Make sure you have NPM installed. If not, NPM comes with Node and can be downloaded here.

Clone the repo and install all dependencies using:

$ git clone https://github.com/MirkoAlo/stress-test/ && cd stress-test

Most common commands are:

  • npm install --silent For installing all the needed dependencies

  • npm start or * npm run dev For local developing

  • npm run build For building the project (minify & optimisation and all the Astro's magic)

  • 🍿 Party time!

Resources

Directory structure

🧑‍🚀

 └───src
    │
    ├───pages
    │   │
    │   ├───include
    │   ├───├───custom
    │   ├───├───├───
    │
    ├───css
    │   │
    │   ├───common
    │   │   └─── _partial.css
    │   │   └─── _reset.css
    │   │   └─── common.css
    │   │
    │   ├───js
    │   │   └─── **.js
    │   │

This documentation is currently in progress

Last update: 25/10/2023

About

This is a astro gedi starter pack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published