Git Product home page Git Product logo

symon's Introduction

SYMON


Synthetic Monitoring by Hyperjump

Content

Installation

Symon requires the following dependencies:

Development

After cloning this repo, install the dependencies:

npm install

Copy the environment variables configuration:

cp .env.example .env

Run database (Prisma) migration:

npx prisma migrate dev --preview-feature
npx prisma generate

Run database (Prisma) seed:

npm run seed

Run the application:

npm start

and open localhost:4000 with a web browser.

To format the code according to the style guide:

npm run format-code

Storybook

Storybook helps you document components for reuse and automatically visually test your components to prevent bugs.

To start Storybook locally:

npm run storybook

Integration test

To run integration test locally, first open cypress:

npm run cypress:open

then in Tests tab, click the file you want to test

Building for production

Client

run npm run client:build. The client bundle will be available in ./dist directory.

Server

run npm run server:build.

Install the dependencies

In case you don't have npx:

npm i -g npx

symon's People

Contributors

ariawan avatar ariya avatar armedi avatar dennypradipta avatar gsukanto avatar haricnugraha avatar ilmiawan avatar kevin-hyperjump avatar newm4n avatar nicnocquee avatar raosan avatar sapiderman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.