Coder Social home page Coder Social logo

foxythebot / foxywebsite Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 2.0 65.89 MB

๐Ÿ’ป Foxy's Website where you can use dashboard, learn more about her and add her in your server

Home Page: https://foxybot.win

License: GNU Affero General Public License v3.0

JavaScript 0.19% CSS 21.68% TypeScript 78.13%
foxy ejs dashboard hacktoberfest typescript

foxywebsite's Introduction

๐Ÿ’ป Foxy Website


โœจ | Requirements

  • NodeJS v16.x or higher
  • Git
  • npm

Configuring the environment

You need to install Visual Studio Code or another IDE

Configuring .env

Create a .env file with these values:

CLIENT_SECRET=<your-bot-secret>
MONGO_URI=<your-mongodb-uri>
BOT_TOKEN=<your-bot-token>
REPORT=<your-report-webhook>
SUGGESTION=<your-suggestion-webhook>

Running the server

Install TSC in your computer

$ npm install -g typescript

Install all website dependencies

$ npm install

In start.ts you can change the HTTP port, but I prefer 8081

import { App } from './client/app';
const client = new App(8081);
client.start();

Compile the server

$ npm run build

Run the server

$ npm run start

foxywebsite's People

Contributors

justleoo avatar wing4merbr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.