Giter Club home page Giter Club logo

fildevsummit's Introduction

Filecoin Dev Summit 2023

Website Url: https://fildev.io/, Links Page: https://fil.page/

Screen Shot 2023-09-25 at 2 17 46 AM

Updating Copy

To update copy, please go to the /content folder and find filecoin-dev-summit.tsx which contains the content for the general page copy. To edit the Schedule, please open a github issue requesting a change you would like to make.

NEXT-SASS

Why would I use this?

  • Quickly start a project with TypeScript, SASS, and NextJS.
  • Convenient global CSS reset file.
  • You got tired of using CSS-in-JS.
  • You want to make a website quickly.

Setup (MacOS)

Start by cloning the repository, or by clicking on Use this template above.

Then run the server

npm install
npm run dev

Go to http://localhost:10000 in your browser of choice. Enjoy!

Scripts

If you need to run node script without running the server, use this example to get started

npm run script example

Env Variables

If you want to connect to a Postgres database, something I do all the time, provide the following .env file. 5432 is the default Postgres port.

DOCUMENT_DATABASE_NAME=xxxx
DOCUMENT_DATABASE_USERNAME=xxxx
DOCUMENT_DATABASE_HOST=xxxx
DOCUMENT_DATABASE_PORT=5432
DOCUMENT_DATABASE_PASSWORD=xxxx

Contact

If you have questions ping me on Twitter, @wwwjim.

fildevsummit's People

Contributors

xbalbinus avatar apiligrim avatar nschafer19 avatar jimmylee 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.