https://github.com/meketh/accounting-notebook-challenge
https://github.com/meketh/accounting-notebook-challenge
bulma challenge nextjs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/meketh/accounting-notebook-challenge
- Owner: Meketh
- License: mit
- Created: 2020-03-17T17:14:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:29:46.000Z (over 3 years ago)
- Last Synced: 2023-05-22T23:43:46.815Z (about 3 years ago)
- Topics: bulma, challenge, nextjs
- Language: JavaScript
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next-example-accounting-notebook
## Running locally in development mode
To get started, just clone the repository and run `npm install && npm run dev`:
git clone https://github.com/Meketh/next-example-accounting-notebook.git
npm install
npm run dev
## Building for production
If you wanted to run this site in production, you should install modules then build the site with `npm run build` and run it with `npm start`:
npm install
npm run build
npm run start
You should run `npm run build` again any time you make changes to the site.