0
stars
0
forks
source link
Descriptive Alt Text Generator
How to run the project
- Navigate into the dark-debris folder:
cd dark-debris
- Install dependencies:
npm install
or yarn install
- Run the project:
- In a development environment:
npm run dev
- Create a build directory with a production build of your app:
npm run build
- Boot up a local static web server that serves the files from dist:
npm run preview