https://github.com/application-research/filecoin-education
https://github.com/application-research/filecoin-education
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/application-research/filecoin-education
- Owner: application-research
- Created: 2023-02-10T04:41:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T15:25:14.000Z (over 3 years ago)
- Last Synced: 2025-01-25T04:11:13.278Z (over 1 year ago)
- Language: TypeScript
- Size: 258 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```sh
npm install
npm run dev
```
Go to `http://localhost:3005` in your browser of choice. Enjoy!
### Scripts
If you need to run node script without running the server, use this example to get started
```sh
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.
```sh
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](https://www.twitter.com/wwwjim).