Giter Site home page Giter Site logo

artariya / notcoinweb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from koval01/notcoinweb

0.0 0.0 0.0 3.43 MB

Open source implementation of the Notcoin site using the svelte, vite and tailwind

Home Page: https://not.koval.page

License: GNU General Public License v3.0

JavaScript 6.20% TypeScript 20.35% CSS 7.80% HTML 3.25% Svelte 62.40%

notcoinweb's Introduction

notco.in

Welcome to the notco.in repository! This repository contains a Svelte web application for viewing statistics related to the game Notcoin. Please note that this application is built using regular Svelte, not SvelteKit. Also note that this is an unofficial version of the site. And only its open source implementation.

Overview

The purpose of this application is to provide users with a platform to view statistics related to the game Notcoin. Whether you're interested in tracking player scores, analyzing game data, or simply exploring insights, notco.in has got you covered.

Deployment

Cloudflare Pages

To deploy the application on Cloudflare Pages, follow these steps:

  1. Fork this repository.
  2. Log in to your Cloudflare account or sign up for a new account if you don't have one.
  3. Navigate to the Cloudflare Pages dashboard.
  4. Click on "Create a project" and select your GitHub repository.
  5. Configure the build settings as needed.
  6. Deploy the application.

Own Server (Using Nginx)

To deploy the application on your own server using Nginx, follow these steps:

  1. Clone this repository onto your server.

  2. Install Node.js if not already installed.

  3. Navigate to the project directory and install dependencies using npm i.

  4. Build the project using npm run build.

  5. Configure Nginx to serve the built files. Below is a sample Nginx configuration:

    server {
        listen 80;
        server_name your_domain.com;
    
        location / {
            root /var/www/notco.in/dist;
            index index.html;
            try_files $uri $uri/ /index.html;
        }
    }
  6. Restart Nginx.

Local Development

To set up the application for local development, follow these steps:

  1. Clone this repository onto your local machine.
  2. Install Node.js if not already installed.
  3. Navigate to the project directory and install dependencies using npm i.
  4. Start the development server using npm run dev.
  5. Open your browser and navigate to http://localhost:8080 to view the application.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please see our contributing guidelines for more information.

License

This project is licensed under the GNU License.

notcoinweb's People

Contributors

koval01 avatar dependabot[bot] 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.