MellonPass web application.
Make sure you have the following installed on your machine:
Cloning the repository:
git clone [email protected]:mellonpass/web.git
Installing dependencies:
npm i --only=dev
Setup local environment variables.
touch .env.example .env
Starting the development server:
npm run dev
The following scripts are available in the package.json:
npm run dev
: Start the development web server.npm run check:watch
: Start the realtime svelte-check diagnostics.npm run build
: To build production readt distibution.To contribute, follow these steps:
git checkout -b feat/your-feature
).git push origin feat/your-feature
).This project is licensed under the GPL v3 License. See the LICENSE file for details.