Skip to content

Source code for the Cambodia Corporates database for those interested in forking and inspecting the code.

Notifications You must be signed in to change notification settings

Global-Witness/cambodia-corporates

Repository files navigation

Developing

Install and use the correct node version using

nvm use

Install the dependencies using

npm install

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 version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Depending on which adapter you use in svelte.config.js

//import adapter from '@sveltejs/adapter-node';
import adapter from '@sveltejs/adapter-static';

You will get a static site in ./build or a runing server.

About

Source code for the Cambodia Corporates database for those interested in forking and inspecting the code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published