Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 665 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 665 Bytes

Rezofora

Developing

Once you've installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm start

Running tests

npm test

Building

To create a production version of your app:

npm run build

You can preview the production build with

npm run preview -- --host --port

Deployment

After building the app, you can deploy it.

npm run deploy