mirror of
https://github.com/ershisan99/podcaster.git
synced 2026-01-31 05:12:06 +00:00
chore: scaffold the project
This commit is contained in:
8
README.md
Normal file
8
README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Front-end test for INDITEX
|
||||
|
||||
## Instructions
|
||||
|
||||
1. Clone this repository
|
||||
2. Run `pnpm install`. If you don't have `pnpm` installed, you can install it by running `npm install -g pnpm`.
|
||||
3. For development, run `pnpm dev`. This will start the development server and open the browser. The assets served are not optimized for production (not minimized)
|
||||
4. For production, run `pnpm build`. This will generate the optimized assets in the `dist` folder. To serve the assets, you can run `pnpm serve` or any other server of your choice.
|
||||
Reference in New Issue
Block a user