Skip to content

cau-oss-team3/narae-frontend

Repository files navigation

narae-frontend

Narae UI built with sveltekit.

Developing

  1. install dependencies with npm install

  2. start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production build:

npm run build

You can preview the production build with npm run preview.

License

narae-frontend is distributed under the MIT License. For more details, see the LICENSE file.

Support

If you encounter any issues or have questions, please file an issue on the GitHub repository, and we will address it as soon as possible.