Website Url: https://fildev.io/, Links Page: https://fil.page/
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.
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.
Start by cloning the repository, or by clicking on Use this template above.
Then run the server
npm install
npm run devGo to http://localhost:10000 in your browser of choice. Enjoy!
If you need to run node script without running the server, use this example to get started
npm run script exampleIf 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=xxxxIf you have questions ping me on Twitter, @wwwjim.